#6C61DA

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

Shades of Slate Blue #6C61DA

Tints of Slate Blue #6C61DA

Color information

#6C61DA (or 0x6C61DA) is unknown color: approx Slate Blue. HEX triplet: 6C, 61 and DA. RGB value is (108,97,218). Sum of RGB (Red+Green+Blue) = 108+97+218=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C61DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C61DA is #939E25. Grayscale: #717171. Windows color (decimal): -9674278 or 14311788. OLE color: 14311788.

HSL color Cylindrical-coordinate representation of color #6C61DA: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C61DA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10897218-
CMYK0.500.5600.15
HSL245.45º62.05%61.76%-
HSV(B)245.45º55.5%85.49%-
XYZ23.1116.868.35-
YUV114.08186.64123.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=25.53%
G=22.93%
B=51.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal108972180.500.5600.15245.4562.0561.76
Hex6C61DA32380Ff53e3e
Octal15414133262700173657676
Binary11011001100001110110101100101110000111111110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C61DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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