Html Css Color HEX #062ECC Persian Blue

📋 copy color: '#062ECC'

red 6 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #062ECC

Tints of Persian Blue #062ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 79.69%

R = 2.34%
G = 17.97%
B = 79.69%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#062ECC (or 0x062ECC) is known color: Persian Blue. HEX triplet: 06, 2E and CC. RGB value is (6,46,204). Sum of RGB (Red+Green+Blue) = 6+46+204=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #062ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ECC is #F9D133. Grayscale: #333333. Windows color (decimal): -16372020 or 13381126. OLE color: 13381126.

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

Color convert

RGB 6 46 204 -
CMYK 0.97 0.77 0 0.2
HSL 227.88º 0.94% 0.41% -
HSV(B) 227.88º 0.97% 0.8% -
XYZ 11.95 6.35 57.72 -
YUV 52.05 213.75 95.15 -
System Red Green Blue C M Y K H S L
Decimal 6 46 204 0.97 0.77 0 0.2 227.88 0.94 0.41
Hex 6 2E CC 61 4D 0 14 E4 5E 29
Octal 6 56 314 141 115 0 24 344 136 51
Binary 110 101110 11001100 1100001 1001101 0 10100 11100100 1011110 101001

Color Harmonies of #062ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ECC

Black with #062ECC

Text Example


Text Example

White with #062ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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