#6468D6

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

Shades of Slate Blue #6468D6

Tints of Slate Blue #6468D6

Color information

#6468D6 (or 0x6468D6) is unknown color: approx Slate Blue. HEX triplet: 64, 68 and D6. RGB value is (100,104,214). Sum of RGB (Red+Green+Blue) = 100+104+214=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #6468D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468D6 is #9B9729. Grayscale: #727272. Windows color (decimal): -10196778 or 14051428. OLE color: 14051428.

HSL color Cylindrical-coordinate representation of color #6468D6: hue angle of 237.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6468D6 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100104214-
CMYK0.530.5100.16
HSL237.89º58.16%61.57%-
HSV(B)237.89º53.27%83.92%-
XYZ22.3417.4665.81-
YUV115.34183.67117.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 214 (83.98% from 255) = 51.20%
R=23.92%
G=24.88%
B=51.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001042140.530.5100.16237.8958.1661.57
Hex6468D63533010ee3a3e
Octal14415032665630203567276
Binary110010011010001101011011010111001101000011101110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6468D6; }

 p { color: rgb(100,104,214); }

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

<style>
 a { background-color: #6468D6; }

 a { background-color: rgb(100,104,214); }

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

<style>
 span { border-color: #6468D6; }

 span { border-color: rgb(100,104,214); }

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