#0629C8

Color #0629C8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0629C8

Tints of Persian Blue #0629C8

Color information

#0629C8 (or 0x0629C8) is unknown color: approx Persian Blue. HEX triplet: 06, 29 and C8. RGB value is (6,41,200). Sum of RGB (Red+Green+Blue) = 6+41+200=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 200 (78.52% from 255 or 80.97% from 247); Max value from RGB is 200 - color contains mainly: blue. Hex color #0629C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629C8 is #F9D637. Grayscale: #2F2F2F. Windows color (decimal): -16373304 or 13117702. OLE color: 13117702.

HSL color Cylindrical-coordinate representation of color #0629C8: hue angle of 229.18º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0629C8 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB641200-
CMYK0.970.8000.22
HSL229.18º94.17%40.39%-
HSV(B)229.18º97%78.43%-
XYZ11.295.7955.17-
YUV48.66213.497.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 200 (78.52% from 255) = 80.97%
R=2.43%
G=16.60%
B=80.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6412000.970.8000.22229.1894.1740.39
Hex629C86150016e55e28
Octal65131014112002634513650
Binary1101010011100100011000011010000010110111001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0629C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0629C8; }

 p { color: rgb(6,41,200); }

 H1.HeaderClassName
 {
   color: #0629C8;
 }
 .AnyTagClassName
 {
   color: #0629C8;
 }
</style>
background-color css

<style>
 a { background-color: #0629C8; }

 a { background-color: rgb(6,41,200); }

 div.DivClassName
 {
   background-color: #0629C8;
 }
 .BgClassName
 {
   background-color: #0629C8;
 }
</style>
border-color css

<style>
 span { border-color: #0629C8; }

 span { border-color: rgb(6,41,200); }

 td.TdClassName
 {
   border-color: #0629C8;
 }
 .TagClassName
 {
   border-color: #0629C8;
 }
</style>