#6568CC

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

Shades of Slate Blue #6568CC

Tints of Slate Blue #6568CC

Color information

#6568CC (or 0x6568CC) is unknown color: approx Slate Blue. HEX triplet: 65, 68 and CC. RGB value is (101,104,204). Sum of RGB (Red+Green+Blue) = 101+104+204=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #6568CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6568CC is #9A9733. Grayscale: #727272. Windows color (decimal): -10131252 or 13396069. OLE color: 13396069.

HSL color Cylindrical-coordinate representation of color #6568CC: hue angle of 238.25º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6568CC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB101104204-
CMYK0.500.4900.2
HSL238.25º50.24%59.8%-
HSV(B)238.25º50.49%80%-
XYZ21.2217.0359.3-
YUV114.5178.51118.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=24.69%
G=25.43%
B=49.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011042040.500.4900.2238.2550.2459.8
Hex6568CC3231014ee323c
Octal14515031462610243566274
Binary110010111010001100110011001011000101010011101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6568CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6568CC; }

 p { color: rgb(101,104,204); }

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

<style>
 a { background-color: #6568CC; }

 a { background-color: rgb(101,104,204); }

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

<style>
 span { border-color: #6568CC; }

 span { border-color: rgb(101,104,204); }

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