#656CCF

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

Shades of Slate Blue #656CCF

Tints of Slate Blue #656CCF

Color information

#656CCF (or 0x656CCF) is unknown color: approx Slate Blue. HEX triplet: 65, 6C and CF. RGB value is (101,108,207). Sum of RGB (Red+Green+Blue) = 101+108+207=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #656CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CCF is #9A9330. Grayscale: #747474. Windows color (decimal): -10130225 or 13593701. OLE color: 13593701.

HSL color Cylindrical-coordinate representation of color #656CCF: hue angle of 236.04º 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 #656CCF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101108207-
CMYK0.510.4800.19
HSL236.04º52.48%60.39%-
HSV(B)236.04º51.21%81.18%-
XYZ21.991861.35-
YUV117.19178.68116.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=24.28%
G=25.96%
B=49.76%

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
Decimal1011082070.510.4800.19236.0452.4860.39
Hex656CCF3330013ec343c
Octal14515431763600233546474
Binary110010111011001100111111001111000001001111101100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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