#655BBF

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

Shades of Slate Blue #655BBF

Tints of Slate Blue #655BBF

Color information

#655BBF (or 0x655BBF) is unknown color: approx Slate Blue. HEX triplet: 65, 5B and BF. RGB value is (101,91,191). Sum of RGB (Red+Green+Blue) = 101+91+191=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #655BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BBF is #9AA440. Grayscale: #696969. Windows color (decimal): -10134593 or 12540773. OLE color: 12540773.

HSL color Cylindrical-coordinate representation of color #655BBF: hue angle of 246º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655BBF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10191191-
CMYK0.470.5200.25
HSL246º43.86%55.29%-
HSV(B)246º52.36%74.9%-
XYZ18.5114.0151.02-
YUV105.39176.31124.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 191 (75% from 255) = 49.87%
R=26.37%
G=23.76%
B=49.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101911910.470.5200.2524643.8655.29
Hex655BBF2F34019f62c37
Octal14513327757640313665467
Binary110010110110111011111110111111010001100111110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655BBF; }

 p { color: rgb(101,91,191); }

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

<style>
 a { background-color: #655BBF; }

 a { background-color: rgb(101,91,191); }

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

<style>
 span { border-color: #655BBF; }

 span { border-color: rgb(101,91,191); }

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