Html Css Color HEX #063CC9 Persian Blue

📋 copy color: '#063CC9'

red 6 ◦ green 60 ◦ blue 201

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

Shades of Persian Blue #063CC9

Tints of Persian Blue #063CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

 BLUE value IS 201 (78.91% from 255) = 75.28%

R = 2.25%
G = 22.47%
B = 75.28%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#063CC9 (or 0x063CC9) is known color: Persian Blue. HEX triplet: 06, 3C and C9. RGB value is (6,60,201). Sum of RGB (Red+Green+Blue) = 6+60+201=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #063CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CC9 is #F9C336. Grayscale: #3B3B3B. Windows color (decimal): -16368439 or 13188102. OLE color: 13188102.

HSL color Cylindrical-coordinate representation of color #063CC9: hue angle of 223.38º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CC9 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 60 201 -
CMYK 0.97 0.70 0 0.21
HSL 223.38º 0.94% 0.41% -
HSV(B) 223.38º 0.97% 0.79% -
XYZ 12.23 7.49 56.06 -
YUV 59.93 207.61 89.54 -
System Red Green Blue C M Y K H S L
Decimal 6 60 201 0.97 0.70 0 0.21 223.38 0.94 0.41
Hex 6 3C C9 61 46 0 15 DF 5E 29
Octal 6 74 311 141 106 0 25 337 136 51
Binary 110 111100 11001001 1100001 1000110 0 10101 11011111 1011110 101001

Color Harmonies of #063CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CC9

Black with #063CC9

Text Example


Text Example

White with #063CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,201); }

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

background-color css

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

 a { background-color: rgb(6,60,201); }

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

border-color css

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

 span { border-color: rgb(6,60,201); }

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