#656BCF

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

Shades of Slate Blue #656BCF

Tints of Slate Blue #656BCF

Color information

#656BCF (or 0x656BCF) is unknown color: approx Slate Blue. HEX triplet: 65, 6B and CF. RGB value is (101,107,207). Sum of RGB (Red+Green+Blue) = 101+107+207=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #656BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BCF is #9A9430. Grayscale: #747474. Windows color (decimal): -10130481 or 13593445. OLE color: 13593445.

HSL color Cylindrical-coordinate representation of color #656BCF: hue angle of 236.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656BCF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101107207-
CMYK0.510.4800.19
HSL236.6º52.48%60.39%-
HSV(B)236.6º51.21%81.18%-
XYZ21.8917.7961.31-
YUV116.61179.01116.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 207 (81.25% from 255) = 49.88%
R=24.34%
G=25.78%
B=49.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011072070.510.4800.19236.652.4860.39
Hex656BCF3330013ed343c
Octal14515331763600233556474
Binary110010111010111100111111001111000001001111101101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656BCF; }

 p { color: rgb(101,107,207); }

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

<style>
 a { background-color: #656BCF; }

 a { background-color: rgb(101,107,207); }

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

<style>
 span { border-color: #656BCF; }

 span { border-color: rgb(101,107,207); }

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