Html Css Color HEX #062DC6 Persian Blue

📋 copy color: '#062DC6'

red 6 ◦ green 45 ◦ blue 198

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

Shades of Persian Blue #062DC6

Tints of Persian Blue #062DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 79.52%

R = 2.41%
G = 18.07%
B = 79.52%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#062DC6 (or 0x062DC6) is known color: Persian Blue. HEX triplet: 06, 2D and C6. RGB value is (6,45,198). Sum of RGB (Red+Green+Blue) = 6+45+198=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 198 (77.73% from 255 or 79.52% from 249); Max value from RGB is 198 - color contains mainly: blue. Hex color #062DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DC6 is #F9D239. Grayscale: #323232. Windows color (decimal): -16372282 or 12987654. OLE color: 12987654.

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

Color convert

RGB 6 45 198 -
CMYK 0.97 0.77 0 0.22
HSL 227.81º 0.94% 0.4% -
HSV(B) 227.81º 0.97% 0.78% -
XYZ 11.21 5.99 53.99 -
YUV 50.78 211.08 96.06 -
System Red Green Blue C M Y K H S L
Decimal 6 45 198 0.97 0.77 0 0.22 227.81 0.94 0.4
Hex 6 2D C6 61 4D 0 16 E4 5E 28
Octal 6 55 306 141 115 0 26 344 136 50
Binary 110 101101 11000110 1100001 1001101 0 10110 11100100 1011110 101000

Color Harmonies of #062DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DC6

Black with #062DC6

Text Example


Text Example

White with #062DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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