Html Css Color HEX #656FDD Slate Blue

📋 copy color: '#656FDD'

red 101 ◦ green 111 ◦ blue 221

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

Shades of Slate Blue #656FDD

Tints of Slate Blue #656FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 23.33%
G = 25.64%
B = 51.04%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#656FDD (or 0x656FDD) is known color: Slate Blue. HEX triplet: 65, 6F and DD. RGB value is (101,111,221). Sum of RGB (Red+Green+Blue) = 101+111+221=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #656FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FDD is #9A9022. Grayscale: #787878. Windows color (decimal): -10129443 or 14511973. OLE color: 14511973.

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

Color convert

RGB 101 111 221 -
CMYK 0.54 0.50 0 0.13
HSL 235º 0.64% 0.63% -
HSV(B) 235º 0.54% 0.87% -
XYZ 24.1 19.36 70.87 -
YUV 120.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 101 111 221 0.54 0.50 0 0.13 235 0.64 0.63
Hex 65 6F DD 36 32 0 D EB 40 3F
Octal 145 157 335 66 62 0 15 353 100 77
Binary 1100101 1101111 11011101 110110 110010 0 1101 11101011 1000000 111111

Color Harmonies of #656FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656FDD

Black with #656FDD

Text Example


Text Example

White with #656FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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