Html Css Color HEX #062ECF Persian Blue

📋 copy color: '#062ECF'

red 6 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #062ECF

Tints of Persian Blue #062ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.92%

R = 2.32%
G = 17.76%
B = 79.92%

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

#062ECF (or 0x062ECF) is known color: Persian Blue. HEX triplet: 06, 2E and CF. RGB value is (6,46,207). Sum of RGB (Red+Green+Blue) = 6+46+207=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #062ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ECF is #F9D130. Grayscale: #333333. Windows color (decimal): -16372017 or 13577734. OLE color: 13577734.

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

Color convert

RGB 6 46 207 -
CMYK 0.97 0.78 0 0.19
HSL 228.06º 0.94% 0.42% -
HSV(B) 228.06º 0.97% 0.81% -
XYZ 12.31 6.5 59.64 -
YUV 52.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 6 46 207 0.97 0.78 0 0.19 228.06 0.94 0.42
Hex 6 2E CF 61 4E 0 13 E4 5E 2A
Octal 6 56 317 141 116 0 23 344 136 52
Binary 110 101110 11001111 1100001 1001110 0 10011 11100100 1011110 101010

Color Harmonies of #062ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ECF

Black with #062ECF

Text Example


Text Example

White with #062ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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