#605BD0

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

Shades of Slate Blue #605BD0

Tints of Slate Blue #605BD0

Color information

#605BD0 (or 0x605BD0) is unknown color: approx Slate Blue. HEX triplet: 60, 5B and D0. RGB value is (96,91,208). Sum of RGB (Red+Green+Blue) = 96+91+208=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #605BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BD0 is #9FA42F. Grayscale: #696969. Windows color (decimal): -10462256 or 13654880. OLE color: 13654880.

HSL color Cylindrical-coordinate representation of color #605BD0: hue angle of 242.56º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #605BD0 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9691208-
CMYK0.540.5600.18
HSL242.56º55.45%58.63%-
HSV(B)242.56º56.25%81.57%-
XYZ19.9514.5261.43-
YUV105.83185.66120.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 208 (81.64% from 255) = 52.66%
R=24.30%
G=23.04%
B=52.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96912080.540.5600.18242.5655.4558.63
Hex605BD03638012f3373b
Octal14013332066700223636773
Binary110000010110111101000011011011100001001011110011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605BD0; }

 p { color: rgb(96,91,208); }

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

<style>
 a { background-color: #605BD0; }

 a { background-color: rgb(96,91,208); }

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

<style>
 span { border-color: #605BD0; }

 span { border-color: rgb(96,91,208); }

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