#6460CB

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

Shades of Slate Blue #6460CB

Tints of Slate Blue #6460CB

Color information

#6460CB (or 0x6460CB) is unknown color: approx Slate Blue. HEX triplet: 64, 60 and CB. RGB value is (100,96,203). Sum of RGB (Red+Green+Blue) = 100+96+203=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #6460CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460CB is #9B9F34. Grayscale: #6C6C6C. Windows color (decimal): -10198837 or 13328484. OLE color: 13328484.

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

Color convert

RGB10096203-
CMYK0.510.5300.20
HSL242.24º50.71%58.63%-
HSV(B)242.24º52.71%79.61%-
XYZ20.2215.3958.4-
YUV109.39180.83121.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=25.06%
G=24.06%
B=50.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100962030.510.5300.20242.2450.7158.63
Hex6460CB3335014f2333b
Octal14414031363650243626373
Binary110010011000001100101111001111010101010011110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6460CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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