#6468CF

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

Shades of Slate Blue #6468CF

Tints of Slate Blue #6468CF

Color information

#6468CF (or 0x6468CF) is unknown color: approx Slate Blue. HEX triplet: 64, 68 and CF. RGB value is (100,104,207). Sum of RGB (Red+Green+Blue) = 100+104+207=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #6468CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468CF is #9B9730. Grayscale: #727272. Windows color (decimal): -10196785 or 13592676. OLE color: 13592676.

HSL color Cylindrical-coordinate representation of color #6468CF: hue angle of 237.76º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6468CF is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100104207-
CMYK0.520.5000.19
HSL237.76º52.71%60.2%-
HSV(B)237.76º51.69%81.18%-
XYZ21.4717.1161.2-
YUV114.55180.17117.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 207 (81.25% from 255) = 50.36%
R=24.33%
G=25.30%
B=50.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001042070.520.5000.19237.7652.7160.2
Hex6468CF3432013ee353c
Octal14415031764620233566574
Binary110010011010001100111111010011001001001111101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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