Html Css Color HEX #062FCE Persian Blue

📋 copy color: '#062FCE'

red 6 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #062FCE

Tints of Persian Blue #062FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

 BLUE value IS 206 (80.86% from 255) = 79.54%

R = 2.32%
G = 18.15%
B = 79.54%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#062FCE (or 0x062FCE) is known color: Persian Blue. HEX triplet: 06, 2F and CE. RGB value is (6,47,206). Sum of RGB (Red+Green+Blue) = 6+47+206=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #062FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FCE is #F9D031. Grayscale: #343434. Windows color (decimal): -16371762 or 13512454. OLE color: 13512454.

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

Color convert

RGB 6 47 206 -
CMYK 0.97 0.77 0 0.19
HSL 227.7º 0.94% 0.42% -
HSV(B) 227.7º 0.97% 0.81% -
XYZ 12.23 6.53 59.01 -
YUV 52.87 214.42 94.57 -
System Red Green Blue C M Y K H S L
Decimal 6 47 206 0.97 0.77 0 0.19 227.7 0.94 0.42
Hex 6 2F CE 61 4D 0 13 E4 5E 2A
Octal 6 57 316 141 115 0 23 344 136 52
Binary 110 101111 11001110 1100001 1001101 0 10011 11100100 1011110 101010

Color Harmonies of #062FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FCE

Black with #062FCE

Text Example


Text Example

White with #062FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,47,206); }

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

background-color css

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

 a { background-color: rgb(6,47,206); }

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

border-color css

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

 span { border-color: rgb(6,47,206); }

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