#6063CE

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

Shades of Slate Blue #6063CE

Tints of Slate Blue #6063CE

Color information

#6063CE (or 0x6063CE) is unknown color: approx Slate Blue. HEX triplet: 60, 63 and CE. RGB value is (96,99,206). Sum of RGB (Red+Green+Blue) = 96+99+206=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #6063CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063CE is #9F9C31. Grayscale: #6D6D6D. Windows color (decimal): -10460210 or 13525856. OLE color: 13525856.

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

Color convert

RGB9699206-
CMYK0.530.5200.19
HSL238.36º52.88%59.22%-
HSV(B)238.36º53.4%80.78%-
XYZ20.4315.8760.38-
YUV110.3182.01117.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=23.94%
G=24.69%
B=51.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96992060.530.5200.19238.3652.8859.22
Hex6063CE3534013ee353b
Octal14014331665640233566573
Binary110000011000111100111011010111010001001111101110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6063CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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