#6460C7

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

Shades of Slate Blue #6460C7

Tints of Slate Blue #6460C7

Color information

#6460C7 (or 0x6460C7) is unknown color: approx Slate Blue. HEX triplet: 64, 60 and C7. RGB value is (100,96,199). Sum of RGB (Red+Green+Blue) = 100+96+199=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #6460C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460C7 is #9B9F38. Grayscale: #6C6C6C. Windows color (decimal): -10198841 or 13066340. OLE color: 13066340.

HSL color Cylindrical-coordinate representation of color #6460C7: hue angle of 242.33º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6460C7 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10096199-
CMYK0.500.5200.22
HSL242.33º47.91%57.84%-
HSV(B)242.33º51.76%78.04%-
XYZ19.7515.255.93-
YUV108.94178.83121.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 199 (78.12% from 255) = 50.38%
R=25.32%
G=24.30%
B=50.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100961990.500.5200.22242.3347.9157.84
Hex6460C73234016f2303a
Octal14414030762640263626072
Binary110010011000001100011111001011010001011011110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6460C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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