Html Css Color HEX #062EDE Persian Blue

📋 copy color: '#062EDE'

red 6 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #062EDE

Tints of Persian Blue #062EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 81.02%

R = 2.19%
G = 16.79%
B = 81.02%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#062EDE (or 0x062EDE) is known color: Persian Blue. HEX triplet: 06, 2E and DE. RGB value is (6,46,222). Sum of RGB (Red+Green+Blue) = 6+46+222=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 222 (87.11% from 255 or 81.02% from 274); Max value from RGB is 222 - color contains mainly: blue. Hex color #062EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EDE is #F9D121. Grayscale: #353535. Windows color (decimal): -16372002 or 14560774. OLE color: 14560774.

HSL color Cylindrical-coordinate representation of color #062EDE: hue angle of 228.89º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EDE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 46 222 -
CMYK 0.97 0.79 0 0.13
HSL 228.89º 0.95% 0.45% -
HSV(B) 228.89º 0.97% 0.87% -
XYZ 14.24 7.27 69.76 -
YUV 54.1 222.75 93.69 -
System Red Green Blue C M Y K H S L
Decimal 6 46 222 0.97 0.79 0 0.13 228.89 0.95 0.45
Hex 6 2E DE 61 4F 0 D E5 5F 2D
Octal 6 56 336 141 117 0 15 345 137 55
Binary 110 101110 11011110 1100001 1001111 0 1101 11100101 1011111 101101

Color Harmonies of #062EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062EDE

Black with #062EDE

Text Example


Text Example

White with #062EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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