Html Css Color HEX #062DDC Persian Blue

📋 copy color: '#062DDC'

red 6 ◦ green 45 ◦ blue 220

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

Shades of Persian Blue #062DDC

Tints of Persian Blue #062DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 81.18%

R = 2.21%
G = 16.61%
B = 81.18%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#062DDC (or 0x062DDC) is known color: Persian Blue. HEX triplet: 06, 2D and DC. RGB value is (6,45,220). Sum of RGB (Red+Green+Blue) = 6+45+220=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #062DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DDC is #F9D223. Grayscale: #343434. Windows color (decimal): -16372260 or 14429446. OLE color: 14429446.

HSL color Cylindrical-coordinate representation of color #062DDC: hue angle of 229.07º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DDC is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 45 220 -
CMYK 0.97 0.80 0 0.14
HSL 229.07º 0.95% 0.44% -
HSV(B) 229.07º 0.97% 0.86% -
XYZ 13.93 7.08 68.34 -
YUV 53.29 222.08 94.27 -
System Red Green Blue C M Y K H S L
Decimal 6 45 220 0.97 0.80 0 0.14 229.07 0.95 0.44
Hex 6 2D DC 61 50 0 E E5 5F 2C
Octal 6 55 334 141 120 0 16 345 137 54
Binary 110 101101 11011100 1100001 1010000 0 1110 11100101 1011111 101100

Color Harmonies of #062DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DDC

Black with #062DDC

Text Example


Text Example

White with #062DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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