#656BDF

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

Shades of Slate Blue #656BDF

Tints of Slate Blue #656BDF

Color information

#656BDF (or 0x656BDF) is unknown color: approx Slate Blue. HEX triplet: 65, 6B and DF. RGB value is (101,107,223). Sum of RGB (Red+Green+Blue) = 101+107+223=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #656BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BDF is #9A9420. Grayscale: #757575. Windows color (decimal): -10130465 or 14642021. OLE color: 14642021.

HSL color Cylindrical-coordinate representation of color #656BDF: hue angle of 237.05º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #656BDF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101107223-
CMYK0.550.5200.13
HSL237.05º65.59%63.53%-
HSV(B)237.05º54.71%87.45%-
XYZ23.9418.6172.14-
YUV118.43187.01115.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.43%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 223 (87.5% from 255) = 51.74%
R=23.43%
G=24.83%
B=51.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011072230.550.5200.13237.0565.5963.53
Hex656BDF37340Ded4240
Octal1451533376764015355102100
Binary1100101110101111011111110111110100011011110110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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