#6063CC

Color #6063CC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6063CC

Tints of Slate Blue #6063CC

Color information

#6063CC (or 0x6063CC) is unknown color: approx Slate Blue. HEX triplet: 60, 63 and CC. RGB value is (96,99,204). Sum of RGB (Red+Green+Blue) = 96+99+204=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #6063CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063CC is #9F9C33. Grayscale: #6D6D6D. Windows color (decimal): -10460212 or 13394784. OLE color: 13394784.

HSL color Cylindrical-coordinate representation of color #6063CC: hue angle of 238.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6063CC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9699204-
CMYK0.530.5100.2
HSL238.33º51.43%58.82%-
HSV(B)238.33º52.94%80%-
XYZ20.1815.7759.11-
YUV110.07181.01117.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=24.06%
G=24.81%
B=51.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96992040.530.5100.2238.3351.4358.82
Hex6063CC3533014ee333b
Octal14014331465630243566373
Binary110000011000111100110011010111001101010011101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6063CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6063CC; }

 p { color: rgb(96,99,204); }

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

<style>
 a { background-color: #6063CC; }

 a { background-color: rgb(96,99,204); }

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

<style>
 span { border-color: #6063CC; }

 span { border-color: rgb(96,99,204); }

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