#6C68CD

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

Shades of Slate Blue #6C68CD

Tints of Slate Blue #6C68CD

Color information

#6C68CD (or 0x6C68CD) is unknown color: approx Slate Blue. HEX triplet: 6C, 68 and CD. RGB value is (108,104,205). Sum of RGB (Red+Green+Blue) = 108+104+205=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C68CD is #939732. Grayscale: #747474. Windows color (decimal): -9672499 or 13461612. OLE color: 13461612.

HSL color Cylindrical-coordinate representation of color #6C68CD: hue angle of 242.38º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C68CD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB108104205-
CMYK0.470.4900.20
HSL242.38º50.25%60.59%-
HSV(B)242.38º49.27%80.39%-
XYZ22.1517.559.97-
YUV116.71177.83121.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.90%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=25.90%
G=24.94%
B=49.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081042050.470.4900.20242.3850.2560.59
Hex6C68CD2F31014f2323d
Octal15415031557610243626275
Binary110110011010001100110110111111000101010011110010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C68CD; }

 p { color: rgb(108,104,205); }

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

<style>
 a { background-color: #6C68CD; }

 a { background-color: rgb(108,104,205); }

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

<style>
 span { border-color: #6C68CD; }

 span { border-color: rgb(108,104,205); }

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