#6163CE

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

Shades of Slate Blue #6163CE

Tints of Slate Blue #6163CE

Color information

#6163CE (or 0x6163CE) is unknown color: approx Slate Blue. HEX triplet: 61, 63 and CE. RGB value is (97,99,206). Sum of RGB (Red+Green+Blue) = 97+99+206=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #6163CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6163CE is #9E9C31. Grayscale: #6E6E6E. Windows color (decimal): -10394674 or 13525857. OLE color: 13525857.

HSL color Cylindrical-coordinate representation of color #6163CE: hue angle of 238.9º 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 #6163CE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9799206-
CMYK0.530.5200.19
HSL238.9º52.66%59.41%-
HSV(B)238.9º52.91%80.78%-
XYZ20.5315.9260.38-
YUV110.6181.84118.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 206 (80.86% from 255) = 51.24%
R=24.13%
G=24.63%
B=51.24%

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
Decimal97992060.530.5200.19238.952.6659.41
Hex6163CE3534013ef353b
Octal14114331665640233576573
Binary110000111000111100111011010111010001001111101111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6163CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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