Html Css Color HEX #062DCE Persian Blue

📋 copy color: '#062DCE'

red 6 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #062DCE

Tints of Persian Blue #062DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

 BLUE value IS 206 (80.86% from 255) = 80.16%

R = 2.33%
G = 17.51%
B = 80.16%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#062DCE (or 0x062DCE) is known color: Persian Blue. HEX triplet: 06, 2D and CE. RGB value is (6,45,206). Sum of RGB (Red+Green+Blue) = 6+45+206=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #062DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DCE is #F9D231. Grayscale: #333333. Windows color (decimal): -16372274 or 13511942. OLE color: 13511942.

HSL color Cylindrical-coordinate representation of color #062DCE: hue angle of 228.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DCE is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 45 206 -
CMYK 0.97 0.78 0 0.19
HSL 228.3º 0.94% 0.42% -
HSV(B) 228.3º 0.97% 0.81% -
XYZ 12.15 6.37 58.98 -
YUV 51.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 6 45 206 0.97 0.78 0 0.19 228.3 0.94 0.42
Hex 6 2D CE 61 4E 0 13 E4 5E 2A
Octal 6 55 316 141 116 0 23 344 136 52
Binary 110 101101 11001110 1100001 1001110 0 10011 11100100 1011110 101010

Color Harmonies of #062DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DCE

Black with #062DCE

Text Example


Text Example

White with #062DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,206); }

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

background-color css

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

 a { background-color: rgb(6,45,206); }

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

border-color css

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

 span { border-color: rgb(6,45,206); }

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