#6460CF

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

Shades of Slate Blue #6460CF

Tints of Slate Blue #6460CF

Color information

#6460CF (or 0x6460CF) is unknown color: approx Slate Blue. HEX triplet: 64, 60 and CF. RGB value is (100,96,207). Sum of RGB (Red+Green+Blue) = 100+96+207=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #6460CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460CF is #9B9F30. Grayscale: #6D6D6D. Windows color (decimal): -10198833 or 13590628. OLE color: 13590628.

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

Color convert

RGB10096207-
CMYK0.520.5400.19
HSL242.16º53.62%59.41%-
HSV(B)242.16º53.62%81.18%-
XYZ20.715.5860.95-
YUV109.85182.83120.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 207 (81.25% from 255) = 51.36%
R=24.81%
G=23.82%
B=51.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100962070.520.5400.19242.1653.6259.41
Hex6460CF3436013f2363b
Octal14414031764660233626673
Binary110010011000001100111111010011011001001111110010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6460CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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