Html Css Color HEX #063ECB Persian Blue

📋 copy color: '#063ECB'

red 6 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #063ECB

Tints of Persian Blue #063ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 74.91%

R = 2.21%
G = 22.88%
B = 74.91%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#063ECB (or 0x063ECB) is known color: Persian Blue. HEX triplet: 06, 3E and CB. RGB value is (6,62,203). Sum of RGB (Red+Green+Blue) = 6+62+203=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #063ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ECB is #F9C134. Grayscale: #3C3C3C. Windows color (decimal): -16367925 or 13319686. OLE color: 13319686.

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

Color convert

RGB 6 62 203 -
CMYK 0.97 0.69 0 0.20
HSL 222.94º 0.94% 0.41% -
HSV(B) 222.94º 0.97% 0.8% -
XYZ 12.58 7.8 57.34 -
YUV 61.33 207.95 88.54 -
System Red Green Blue C M Y K H S L
Decimal 6 62 203 0.97 0.69 0 0.20 222.94 0.94 0.41
Hex 6 3E CB 61 45 0 14 DF 5E 29
Octal 6 76 313 141 105 0 24 337 136 51
Binary 110 111110 11001011 1100001 1000101 0 10100 11011111 1011110 101001

Color Harmonies of #063ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ECB

Black with #063ECB

Text Example


Text Example

White with #063ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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