#6165CD

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

Shades of Slate Blue #6165CD

Tints of Slate Blue #6165CD

Color information

#6165CD (or 0x6165CD) is unknown color: approx Slate Blue. HEX triplet: 61, 65 and CD. RGB value is (97,101,205). Sum of RGB (Red+Green+Blue) = 97+101+205=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #6165CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165CD is #9E9A32. Grayscale: #6F6F6F. Windows color (decimal): -10394163 or 13460833. OLE color: 13460833.

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

Color convert

RGB97101205-
CMYK0.530.5100.20
HSL237.78º51.92%59.22%-
HSV(B)237.78º52.68%80.39%-
XYZ20.616.2659.81-
YUV111.66180.67117.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=24.07%
G=25.06%
B=50.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971012050.530.5100.20237.7851.9259.22
Hex6165CD3533014ee343b
Octal14114531565630243566473
Binary110000111001011100110111010111001101010011101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6165CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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