Html Css Color HEX #063EC9 Persian Blue

📋 copy color: '#063EC9'

red 6 ◦ green 62 ◦ blue 201

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

Shades of Persian Blue #063EC9

Tints of Persian Blue #063EC9

RGB

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

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

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

R = 2.23%
G = 23.05%
B = 74.72%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#063EC9 (or 0x063EC9) is known color: Persian Blue. HEX triplet: 06, 3E and C9. RGB value is (6,62,201). Sum of RGB (Red+Green+Blue) = 6+62+201=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #063EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EC9 is #F9C136. Grayscale: #3C3C3C. Windows color (decimal): -16367927 or 13188614. OLE color: 13188614.

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

Color convert

RGB 6 62 201 -
CMYK 0.97 0.69 0 0.21
HSL 222.77º 0.94% 0.41% -
HSV(B) 222.77º 0.97% 0.79% -
XYZ 12.34 7.7 56.09 -
YUV 61.1 206.95 88.7 -
System Red Green Blue C M Y K H S L
Decimal 6 62 201 0.97 0.69 0 0.21 222.77 0.94 0.41
Hex 6 3E C9 61 45 0 15 DF 5E 29
Octal 6 76 311 141 105 0 25 337 136 51
Binary 110 111110 11001001 1100001 1000101 0 10101 11011111 1011110 101001

Color Harmonies of #063EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EC9

Black with #063EC9

Text Example


Text Example

White with #063EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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