#062FDE

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

Shades of Persian Blue #062FDE

Tints of Persian Blue #062FDE

Color information

#062FDE (or 0x062FDE) is unknown color: approx Persian Blue. HEX triplet: 06, 2F and DE. RGB value is (6,47,222). Sum of RGB (Red+Green+Blue) = 6+47+222=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #062FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FDE is #F9D021. Grayscale: #353535. Windows color (decimal): -16371746 or 14561030. OLE color: 14561030.

HSL color Cylindrical-coordinate representation of color #062FDE: hue angle of 228.61º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062FDE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB647222-
CMYK0.970.7900.13
HSL228.61º94.74%44.71%-
HSV(B)228.61º97.3%87.06%-
XYZ14.287.3569.77-
YUV54.69222.4293.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.18%
GREEN value IS 47 (18.75% from 255) = 17.09%
BLUE value IS 222 (87.11% from 255) = 80.73%
R=2.18%
G=17.09%
B=80.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6472220.970.7900.13228.6194.7444.71
Hex62FDE614F0De55f2d
Octal65733614111701534513755
Binary110101111110111101100001100111101101111001011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062FDE; }

 p { color: rgb(6,47,222); }

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

<style>
 a { background-color: #062FDE; }

 a { background-color: rgb(6,47,222); }

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

<style>
 span { border-color: #062FDE; }

 span { border-color: rgb(6,47,222); }

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