#656FDA

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

Shades of Slate Blue #656FDA

Tints of Slate Blue #656FDA

Color information

#656FDA (or 0x656FDA) is unknown color: approx Slate Blue. HEX triplet: 65, 6F and DA. RGB value is (101,111,218). Sum of RGB (Red+Green+Blue) = 101+111+218=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #656FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FDA is #9A9025. Grayscale: #777777. Windows color (decimal): -10129446 or 14315365. OLE color: 14315365.

HSL color Cylindrical-coordinate representation of color #656FDA: hue angle of 234.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656FDA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101111218-
CMYK0.540.4900.15
HSL234.87º61.26%62.55%-
HSV(B)234.87º53.67%85.49%-
XYZ23.7119.268.79-
YUV120.21183.19114.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.49%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=23.49%
G=25.81%
B=50.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011112180.540.4900.15234.8761.2662.55
Hex656FDA36310Feb3d3f
Octal14515733266610173537577
Binary11001011101111110110101101101100010111111101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,218); }

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

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

 a { background-color: rgb(101,111,218); }

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

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

 span { border-color: rgb(101,111,218); }

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