Html Css Color HEX #062CDE Persian Blue

📋 copy color: '#062CDE'

red 6 ◦ green 44 ◦ blue 222

#062CDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #062CDE

Tints of Persian Blue #062CDE

RGB

 RED value IS 6 (2.73% from 255) = 2.21%

 GREEN value IS 44 (17.58% from 255) = 16.18%

 BLUE value IS 222 (87.11% from 255) = 81.62%

R = 2.21%
G = 16.18%
B = 81.62%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#062CDE (or 0x062CDE) is known color: Persian Blue. HEX triplet: 06, 2C and DE. RGB value is (6,44,222). Sum of RGB (Red+Green+Blue) = 6+44+222=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #062CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CDE is #F9D321. Grayscale: #343434. Windows color (decimal): -16372514 or 14560262. OLE color: 14560262.

HSL color Cylindrical-coordinate representation of color #062CDE: hue angle of 229.44º 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 #062CDE is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 44 222 -
CMYK 0.97 0.80 0 0.13
HSL 229.44º 0.95% 0.45% -
HSV(B) 229.44º 0.97% 0.87% -
XYZ 14.16 7.11 69.73 -
YUV 52.93 223.41 94.53 -
System Red Green Blue C M Y K H S L
Decimal 6 44 222 0.97 0.80 0 0.13 229.44 0.95 0.45
Hex 6 2C DE 61 50 0 D E5 5F 2D
Octal 6 54 336 141 120 0 15 345 137 55
Binary 110 101100 11011110 1100001 1010000 0 1101 11100101 1011111 101101

Color Harmonies of #062CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CDE

Black with #062CDE

Text Example


Text Example

White with #062CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #062CDE;
 }
 .AnyTagClassName
 {
   color: #062CDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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