#6165CE

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

Shades of Slate Blue #6165CE

Tints of Slate Blue #6165CE

Color information

#6165CE (or 0x6165CE) is unknown color: approx Slate Blue. HEX triplet: 61, 65 and CE. RGB value is (97,101,206). Sum of RGB (Red+Green+Blue) = 97+101+206=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6165CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165CE is #9E9A31. Grayscale: #6F6F6F. Windows color (decimal): -10394162 or 13526369. OLE color: 13526369.

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

Color convert

RGB97101206-
CMYK0.530.5100.19
HSL237.8º52.66%59.41%-
HSV(B)237.8º52.91%80.78%-
XYZ20.7216.360.45-
YUV111.77181.17117.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.01%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 50.99%
R=24.01%
G=25%
B=50.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971012060.530.5100.19237.852.6659.41
Hex6165CE3533013ee353b
Octal14114531665630233566573
Binary110000111001011100111011010111001101001111101110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6165CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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