Html Css Color HEX #063ECC Persian Blue

📋 copy color: '#063ECC'

red 6 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #063ECC

Tints of Persian Blue #063ECC

RGB

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

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

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

R = 2.21%
G = 22.79%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#063ECC (or 0x063ECC) is known color: Persian Blue. HEX triplet: 06, 3E and CC. RGB value is (6,62,204). Sum of RGB (Red+Green+Blue) = 6+62+204=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #063ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ECC is #F9C133. Grayscale: #3C3C3C. Windows color (decimal): -16367924 or 13385222. OLE color: 13385222.

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

Color convert

RGB 6 62 204 -
CMYK 0.97 0.70 0 0.2
HSL 223.03º 0.94% 0.41% -
HSV(B) 223.03º 0.97% 0.8% -
XYZ 12.7 7.84 57.97 -
YUV 61.44 208.45 88.45 -
System Red Green Blue C M Y K H S L
Decimal 6 62 204 0.97 0.70 0 0.2 223.03 0.94 0.41
Hex 6 3E CC 61 46 0 14 DF 5E 29
Octal 6 76 314 141 106 0 24 337 136 51
Binary 110 111110 11001100 1100001 1000110 0 10100 11011111 1011110 101001

Color Harmonies of #063ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ECC

Black with #063ECC

Text Example


Text Example

White with #063ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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