#6165CC

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

Shades of Slate Blue #6165CC

Tints of Slate Blue #6165CC

Color information

#6165CC (or 0x6165CC) is unknown color: approx Slate Blue. HEX triplet: 61, 65 and CC. RGB value is (97,101,204). Sum of RGB (Red+Green+Blue) = 97+101+204=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #6165CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165CC is #9E9A33. Grayscale: #6F6F6F. Windows color (decimal): -10394164 or 13395297. OLE color: 13395297.

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

Color convert

RGB97101204-
CMYK0.520.5000.2
HSL237.76º51.2%59.02%-
HSV(B)237.76º52.45%80%-
XYZ20.4816.2159.18-
YUV111.55180.17117.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=24.13%
G=25.12%
B=50.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971012040.520.5000.2237.7651.259.02
Hex6165CC3432014ee333b
Octal14114531464620243566373
Binary110000111001011100110011010011001001010011101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6165CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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