#6775DB

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

Shades of Slate Blue #6775DB

Tints of Slate Blue #6775DB

Color information

#6775DB (or 0x6775DB) is unknown color: approx Slate Blue. HEX triplet: 67, 75 and DB. RGB value is (103,117,219). Sum of RGB (Red+Green+Blue) = 103+117+219=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #6775DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6775DB is #988A24. Grayscale: #7C7C7C. Windows color (decimal): -9996837 or 14382439. OLE color: 14382439.

HSL color Cylindrical-coordinate representation of color #6775DB: hue angle of 232.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6775DB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103117219-
CMYK0.530.4700.14
HSL232.76º61.7%63.14%-
HSV(B)232.76º52.97%85.88%-
XYZ24.7420.7269.71-
YUV124.44181.36112.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.46%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=23.46%
G=26.65%
B=49.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031172190.530.4700.14232.7661.763.14
Hex6775DB352F0Ee93e3f
Octal14716533365570163517677
Binary11001111110101110110111101011011110111011101001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6775DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6775DB; }

 p { color: rgb(103,117,219); }

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

<style>
 a { background-color: #6775DB; }

 a { background-color: rgb(103,117,219); }

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

<style>
 span { border-color: #6775DB; }

 span { border-color: rgb(103,117,219); }

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