#6C61CB

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

Shades of Slate Blue #6C61CB

Tints of Slate Blue #6C61CB

Color information

#6C61CB (or 0x6C61CB) is unknown color: approx Slate Blue. HEX triplet: 6C, 61 and CB. RGB value is (108,97,203). Sum of RGB (Red+Green+Blue) = 108+97+203=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C61CB is #939E34. Grayscale: #6F6F6F. Windows color (decimal): -9674293 or 13328748. OLE color: 13328748.

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

Color convert

RGB10897203-
CMYK0.470.5200.20
HSL246.23º50.48%58.82%-
HSV(B)246.23º52.22%79.61%-
XYZ21.2416.0558.48-
YUV112.37179.14124.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.47%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 203 (79.69% from 255) = 49.75%
R=26.47%
G=23.77%
B=49.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108972030.470.5200.20246.2350.4858.82
Hex6C61CB2F34014f6323b
Octal15414131357640243666273
Binary110110011000011100101110111111010001010011110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,97,203); }

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

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

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

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

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

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

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