Html Css Color HEX #062ECD Persian Blue

📋 copy color: '#062ECD'

red 6 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #062ECD

Tints of Persian Blue #062ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 205 (80.47% from 255) = 79.77%

R = 2.33%
G = 17.9%
B = 79.77%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#062ECD (or 0x062ECD) is known color: Persian Blue. HEX triplet: 06, 2E and CD. RGB value is (6,46,205). Sum of RGB (Red+Green+Blue) = 6+46+205=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #062ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ECD is #F9D132. Grayscale: #333333. Windows color (decimal): -16372019 or 13446662. OLE color: 13446662.

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

Color convert

RGB 6 46 205 -
CMYK 0.97 0.78 0 0.20
HSL 227.94º 0.94% 0.41% -
HSV(B) 227.94º 0.97% 0.8% -
XYZ 12.07 6.4 58.36 -
YUV 52.17 214.25 95.07 -
System Red Green Blue C M Y K H S L
Decimal 6 46 205 0.97 0.78 0 0.20 227.94 0.94 0.41
Hex 6 2E CD 61 4E 0 14 E4 5E 29
Octal 6 56 315 141 116 0 24 344 136 51
Binary 110 101110 11001101 1100001 1001110 0 10100 11100100 1011110 101001

Color Harmonies of #062ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ECD

Black with #062ECD

Text Example


Text Example

White with #062ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,46,205); }

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

background-color css

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

 a { background-color: rgb(6,46,205); }

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

border-color css

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

 span { border-color: rgb(6,46,205); }

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