Html Css Color HEX #063CCE Persian Blue

📋 copy color: '#063CCE'

red 6 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #063CCE

Tints of Persian Blue #063CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.74%

R = 2.21%
G = 22.06%
B = 75.74%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#063CCE (or 0x063CCE) is known color: Persian Blue. HEX triplet: 06, 3C and CE. RGB value is (6,60,206). Sum of RGB (Red+Green+Blue) = 6+60+206=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #063CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CCE is #F9C331. Grayscale: #3B3B3B. Windows color (decimal): -16368434 or 13515782. OLE color: 13515782.

HSL color Cylindrical-coordinate representation of color #063CCE: hue angle of 223.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CCE is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 60 206 -
CMYK 0.97 0.71 0 0.19
HSL 223.8º 0.94% 0.42% -
HSV(B) 223.8º 0.97% 0.81% -
XYZ 12.83 7.73 59.21 -
YUV 60.5 210.11 89.13 -
System Red Green Blue C M Y K H S L
Decimal 6 60 206 0.97 0.71 0 0.19 223.8 0.94 0.42
Hex 6 3C CE 61 47 0 13 E0 5E 2A
Octal 6 74 316 141 107 0 23 340 136 52
Binary 110 111100 11001110 1100001 1000111 0 10011 11100000 1011110 101010

Color Harmonies of #063CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CCE

Black with #063CCE

Text Example


Text Example

White with #063CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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