Html Css Color HEX #656EDB Slate Blue

📋 copy color: '#656EDB'

red 101 ◦ green 110 ◦ blue 219

#656EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #656EDB

Tints of Slate Blue #656EDB

RGB

 RED value IS 101 (39.84% from 255) = 23.49%

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 23.49%
G = 25.58%
B = 50.93%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#656EDB (or 0x656EDB) is known color: Slate Blue. HEX triplet: 65, 6E and DB. RGB value is (101,110,219). Sum of RGB (Red+Green+Blue) = 101+110+219=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #656EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EDB is #9A9124. Grayscale: #777777. Windows color (decimal): -10129701 or 14380645. OLE color: 14380645.

HSL color Cylindrical-coordinate representation of color #656EDB: hue angle of 235.42º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656EDB is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 110 219 -
CMYK 0.54 0.50 0 0.14
HSL 235.42º 0.62% 0.63% -
HSV(B) 235.42º 0.54% 0.86% -
XYZ 23.73 19.03 69.44 -
YUV 119.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 101 110 219 0.54 0.50 0 0.14 235.42 0.62 0.63
Hex 65 6E DB 36 32 0 E EB 3E 3F
Octal 145 156 333 66 62 0 16 353 76 77
Binary 1100101 1101110 11011011 110110 110010 0 1110 11101011 111110 111111

Color Harmonies of #656EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656EDB

Black with #656EDB

Text Example


Text Example

White with #656EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,110,219); }

 H1.HeaderClassName
 {
   color: #656EDB;
 }
 .AnyTagClassName
 {
   color: #656EDB;
 }
</style>

background-color css

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

 a { background-color: rgb(101,110,219); }

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

border-color css

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

 span { border-color: rgb(101,110,219); }

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