#6b6ddc

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

Shades of Slate Blue #6B6DDC

Tints of Slate Blue #6B6DDC

Color information

#6B6DDC (or 0x6B6DDC) is unknown color: approx Slate Blue. HEX triplet: 6B, 6D and DC. RGB value is (107,109,220). Sum of RGB (Red+Green+Blue) = 107+109+220=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6DDC is #949223. Grayscale: #787878. Windows color (decimal): -9736740 or 14445931. OLE color: 14445931.

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

Color convert

RGB107109220-
CMYK0.510.5000.14
HSL238.94º61.75%64.12%-
HSV(B)238.94º51.36%86.27%-
XYZ24.4519.2370.13-
YUV121.06183.84117.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.54%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 220 (86.33% from 255) = 50.46%
R=24.54%
G=25%
B=50.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071092200.510.5000.14238.9461.7564.12
Hex6B6DDC33320Eef3e40
Octal153155334636201635776100
Binary110101111011011101110011001111001001110111011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b6ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,109,220); }

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

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

 a { background-color: rgb(107,109,220); }

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

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

 span { border-color: rgb(107,109,220); }

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