Html Css Color HEX #656DDD Slate Blue

📋 copy color: '#656DDD'

red 101 ◦ green 109 ◦ blue 221

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

Shades of Slate Blue #656DDD

Tints of Slate Blue #656DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

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

R = 23.43%
G = 25.29%
B = 51.28%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#656DDD (or 0x656DDD) is known color: Slate Blue. HEX triplet: 65, 6D and DD. RGB value is (101,109,221). Sum of RGB (Red+Green+Blue) = 101+109+221=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #656DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DDD is #9A9222. Grayscale: #767676. Windows color (decimal): -10129955 or 14511461. OLE color: 14511461.

HSL color Cylindrical-coordinate representation of color #656DDD: hue angle of 236º 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 #656DDD is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 109 221 -
CMYK 0.54 0.51 0 0.13
HSL 236º 0.64% 0.63% -
HSV(B) 236º 0.54% 0.87% -
XYZ 23.89 18.92 70.8 -
YUV 119.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 101 109 221 0.54 0.51 0 0.13 236 0.64 0.63
Hex 65 6D DD 36 33 0 D EC 40 3F
Octal 145 155 335 66 63 0 15 354 100 77
Binary 1100101 1101101 11011101 110110 110011 0 1101 11101100 1000000 111111

Color Harmonies of #656DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656DDD

Black with #656DDD

Text Example


Text Example

White with #656DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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