#6468DE

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

Shades of Slate Blue #6468DE

Tints of Slate Blue #6468DE

Color information

#6468DE (or 0x6468DE) is unknown color: approx Slate Blue. HEX triplet: 64, 68 and DE. RGB value is (100,104,222). Sum of RGB (Red+Green+Blue) = 100+104+222=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #6468DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468DE is #9B9721. Grayscale: #737373. Windows color (decimal): -10196770 or 14575716. OLE color: 14575716.

HSL color Cylindrical-coordinate representation of color #6468DE: hue angle of 238.03º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6468DE is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100104222-
CMYK0.550.5300.13
HSL238.03º64.89%63.14%-
HSV(B)238.03º54.95%87.06%-
XYZ23.3917.8871.33-
YUV116.26187.67116.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=23.47%
G=24.41%
B=52.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001042220.550.5300.13238.0364.8963.14
Hex6468DE37350Dee413f
Octal144150336676501535610177
Binary110010011010001101111011011111010101101111011101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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