#6C50DB

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

Shades of Slate Blue #6C50DB

Tints of Slate Blue #6C50DB

Color information

#6C50DB (or 0x6C50DB) is unknown color: approx Slate Blue. HEX triplet: 6C, 50 and DB. RGB value is (108,80,219). Sum of RGB (Red+Green+Blue) = 108+80+219=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C50DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C50DB is #93AF24. Grayscale: #676767. Windows color (decimal): -9678629 or 14372972. OLE color: 14372972.

HSL color Cylindrical-coordinate representation of color #6C50DB: hue angle of 252.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C50DB is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10880219-
CMYK0.510.6300.14
HSL252.09º65.88%58.63%-
HSV(B)252.09º63.47%85.88%-
XYZ21.8414.0468.58-
YUV104.22192.78130.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=26.54%
G=19.66%
B=53.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108802190.510.6300.14252.0965.8858.63
Hex6C50DB333F0Efc423b
Octal154120333637701637410273
Binary110110010100001101101111001111111101110111111001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C50DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,219); }

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

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

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

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

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

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

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