#6468CA

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

Shades of Slate Blue #6468CA

Tints of Slate Blue #6468CA

Color information

#6468CA (or 0x6468CA) is unknown color: approx Slate Blue. HEX triplet: 64, 68 and CA. RGB value is (100,104,202). Sum of RGB (Red+Green+Blue) = 100+104+202=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #6468CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468CA is #9B9735. Grayscale: #717171. Windows color (decimal): -10196790 or 13264996. OLE color: 13264996.

HSL color Cylindrical-coordinate representation of color #6468CA: hue angle of 237.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6468CA is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100104202-
CMYK0.500.4900.21
HSL237.65º49.04%59.22%-
HSV(B)237.65º50.5%79.22%-
XYZ20.8716.8758.03-
YUV113.98177.67118.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=24.63%
G=25.62%
B=49.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001042020.500.4900.21237.6549.0459.22
Hex6468CA3231015ee313b
Octal14415031262610253566173
Binary110010011010001100101011001011000101010111101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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