#6C6CCA

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

Shades of Slate Blue #6C6CCA

Tints of Slate Blue #6C6CCA

Color information

#6C6CCA (or 0x6C6CCA) is unknown color: approx Slate Blue. HEX triplet: 6C, 6C and CA. RGB value is (108,108,202). Sum of RGB (Red+Green+Blue) = 108+108+202=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6CCA is #939335. Grayscale: #767676. Windows color (decimal): -9671478 or 13266028. OLE color: 13266028.

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

Color convert

RGB108108202-
CMYK0.470.4700.21
HSL240º47%60.78%-
HSV(B)240º46.53%79.22%-
XYZ22.2118.1858.22-
YUV118.72175120.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.84%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=25.84%
G=25.84%
B=48.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081082020.470.4700.212404760.78
Hex6C6CCA2F2F015f02f3d
Octal15415431257570253605775
Binary110110011011001100101010111110111101010111110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,108,202); }

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

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

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

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

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

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

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