#6164CF

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

Shades of Slate Blue #6164CF

Tints of Slate Blue #6164CF

Color information

#6164CF (or 0x6164CF) is unknown color: approx Slate Blue. HEX triplet: 61, 64 and CF. RGB value is (97,100,207). Sum of RGB (Red+Green+Blue) = 97+100+207=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #6164CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6164CF is #9E9B30. Grayscale: #6E6E6E. Windows color (decimal): -10394417 or 13591649. OLE color: 13591649.

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

Color convert

RGB97100207-
CMYK0.530.5200.19
HSL238.36º53.4%59.61%-
HSV(B)238.36º53.14%81.18%-
XYZ20.7516.1661.06-
YUV111.3182.01117.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.01%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 207 (81.25% from 255) = 51.24%
R=24.01%
G=24.75%
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
Decimal971002070.530.5200.19238.3653.459.61
Hex6164CF3534013ee353c
Octal14114431765640233566574
Binary110000111001001100111111010111010001001111101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6164CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6164CF; }

 p { color: rgb(97,100,207); }

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

<style>
 a { background-color: #6164CF; }

 a { background-color: rgb(97,100,207); }

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

<style>
 span { border-color: #6164CF; }

 span { border-color: rgb(97,100,207); }

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