#6B69DB

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

Shades of Slate Blue #6B69DB

Tints of Slate Blue #6B69DB

Color information

#6B69DB (or 0x6B69DB) is unknown color: approx Slate Blue. HEX triplet: 6B, 69 and DB. RGB value is (107,105,219). Sum of RGB (Red+Green+Blue) = 107+105+219=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B69DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69DB is #949624. Grayscale: #767676. Windows color (decimal): -9737765 or 14379371. OLE color: 14379371.

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

Color convert

RGB107105219-
CMYK0.510.5200.14
HSL241.05º61.29%63.53%-
HSV(B)241.05º52.05%85.88%-
XYZ23.918.3469.3-
YUV118.59184.66119.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.83%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 219 (85.94% from 255) = 50.81%
R=24.83%
G=24.36%
B=50.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071052190.510.5200.14241.0561.2963.53
Hex6B69DB33340Ef13d40
Octal153151333636401636175100
Binary110101111010011101101111001111010001110111100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B69DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,219); }

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

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

 a { background-color: rgb(107,105,219); }

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

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

 span { border-color: rgb(107,105,219); }

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