Html Css Color HEX #063ECE Persian Blue

📋 copy color: '#063ECE'

red 6 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #063ECE

Tints of Persian Blue #063ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

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

R = 2.19%
G = 22.63%
B = 75.18%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#063ECE (or 0x063ECE) is known color: Persian Blue. HEX triplet: 06, 3E and CE. RGB value is (6,62,206). Sum of RGB (Red+Green+Blue) = 6+62+206=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #063ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ECE is #F9C131. Grayscale: #3D3D3D. Windows color (decimal): -16367922 or 13516294. OLE color: 13516294.

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

Color convert

RGB 6 62 206 -
CMYK 0.97 0.70 0 0.19
HSL 223.2º 0.94% 0.42% -
HSV(B) 223.2º 0.97% 0.81% -
XYZ 12.94 7.94 59.24 -
YUV 61.67 209.45 88.29 -
System Red Green Blue C M Y K H S L
Decimal 6 62 206 0.97 0.70 0 0.19 223.2 0.94 0.42
Hex 6 3E CE 61 46 0 13 DF 5E 2A
Octal 6 76 316 141 106 0 23 337 136 52
Binary 110 111110 11001110 1100001 1000110 0 10011 11011111 1011110 101010

Color Harmonies of #063ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ECE

Black with #063ECE

Text Example


Text Example

White with #063ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063ECE; }

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

 H1.HeaderClassName
 {
   color: #063ECE;
 }
 .AnyTagClassName
 {
   color: #063ECE;
 }
</style>

background-color css

<style>
 a { background-color: #063ECE; }

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

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

border-color css

<style>
 span { border-color: #063ECE; }

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

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