#063CD8

Color #063CD8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #063CD8

Tints of Persian Blue #063CD8

Color information

#063CD8 (or 0x063CD8) is unknown color: approx Persian Blue. HEX triplet: 06, 3C and D8. RGB value is (6,60,216). Sum of RGB (Red+Green+Blue) = 6+60+216=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 216 (84.77% from 255 or 76.60% from 282); Max value from RGB is 216 - color contains mainly: blue. Hex color #063CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CD8 is #F9C327. Grayscale: #3C3C3C. Windows color (decimal): -16368424 or 14171142. OLE color: 14171142.

HSL color Cylindrical-coordinate representation of color #063CD8: hue angle of 224.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CD8 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB660216-
CMYK0.970.7200.15
HSL224.57º94.59%43.53%-
HSV(B)224.57º97.22%84.71%-
XYZ14.098.2365.81-
YUV61.64215.1188.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.13%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 216 (84.77% from 255) = 76.60%
R=2.13%
G=21.28%
B=76.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal6602160.970.7200.15224.5794.5943.53
Hex63CD861480Fe15f2c
Octal67433014111001734113754
Binary110111100110110001100001100100001111111000011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #063CD8;
 }
 .AnyTagClassName
 {
   color: #063CD8;
 }
</style>
background-color css

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

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

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

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

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

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