Html Css Color HEX #063ECD Persian Blue

📋 copy color: '#063ECD'

red 6 ◦ green 62 ◦ blue 205

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

Shades of Persian Blue #063ECD

Tints of Persian Blue #063ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 2.2%
G = 22.71%
B = 75.09%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#063ECD (or 0x063ECD) is known color: Persian Blue. HEX triplet: 06, 3E and CD. RGB value is (6,62,205). Sum of RGB (Red+Green+Blue) = 6+62+205=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #063ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ECD is #F9C132. Grayscale: #3C3C3C. Windows color (decimal): -16367923 or 13450758. OLE color: 13450758.

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

Color convert

RGB 6 62 205 -
CMYK 0.97 0.70 0 0.20
HSL 223.12º 0.94% 0.41% -
HSV(B) 223.12º 0.97% 0.8% -
XYZ 12.82 7.89 58.61 -
YUV 61.56 208.95 88.37 -
System Red Green Blue C M Y K H S L
Decimal 6 62 205 0.97 0.70 0 0.20 223.12 0.94 0.41
Hex 6 3E CD 61 46 0 14 DF 5E 29
Octal 6 76 315 141 106 0 24 337 136 51
Binary 110 111110 11001101 1100001 1000110 0 10100 11011111 1011110 101001

Color Harmonies of #063ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ECD

Black with #063ECD

Text Example


Text Example

White with #063ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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