#6170D9

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

Shades of Slate Blue #6170D9

Tints of Slate Blue #6170D9

Color information

#6170D9 (or 0x6170D9) is unknown color: approx Slate Blue. HEX triplet: 61, 70 and D9. RGB value is (97,112,217). Sum of RGB (Red+Green+Blue) = 97+112+217=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #6170D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170D9 is #9E8F26. Grayscale: #777777. Windows color (decimal): -10391335 or 14250081. OLE color: 14250081.

HSL color Cylindrical-coordinate representation of color #6170D9: hue angle of 232.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6170D9 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97112217-
CMYK0.550.4800.15
HSL232.5º61.22%61.57%-
HSV(B)232.5º55.3%85.1%-
XYZ23.2519.1468.11-
YUV119.48183.03111.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 217 (85.16% from 255) = 50.94%
R=22.77%
G=26.29%
B=50.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971122170.550.4800.15232.561.2261.57
Hex6170D937300Fe83d3e
Octal14116033167600173507576
Binary11000011110000110110011101111100000111111101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6170D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6170D9; }

 p { color: rgb(97,112,217); }

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

<style>
 a { background-color: #6170D9; }

 a { background-color: rgb(97,112,217); }

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

<style>
 span { border-color: #6170D9; }

 span { border-color: rgb(97,112,217); }

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