Html Css Color HEX #656EDE Slate Blue

📋 copy color: '#656EDE'

red 101 ◦ green 110 ◦ blue 222

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

Shades of Slate Blue #656EDE

Tints of Slate Blue #656EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 23.33%
G = 25.4%
B = 51.27%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#656EDE (or 0x656EDE) is known color: Slate Blue. HEX triplet: 65, 6E and DE. RGB value is (101,110,222). Sum of RGB (Red+Green+Blue) = 101+110+222=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #656EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EDE is #9A9121. Grayscale: #777777. Windows color (decimal): -10129698 or 14577253. OLE color: 14577253.

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

Color convert

RGB 101 110 222 -
CMYK 0.55 0.50 0 0.13
HSL 235.54º 0.65% 0.63% -
HSV(B) 235.54º 0.55% 0.87% -
XYZ 24.13 19.19 71.54 -
YUV 120.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 101 110 222 0.55 0.50 0 0.13 235.54 0.65 0.63
Hex 65 6E DE 37 32 0 D EC 41 3F
Octal 145 156 336 67 62 0 15 354 101 77
Binary 1100101 1101110 11011110 110111 110010 0 1101 11101100 1000001 111111

Color Harmonies of #656EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656EDE

Black with #656EDE

Text Example


Text Example

White with #656EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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