Html Css Color HEX #656ADD Slate Blue

📋 copy color: '#656ADD'

red 101 ◦ green 106 ◦ blue 221

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

Shades of Slate Blue #656ADD

Tints of Slate Blue #656ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.77%

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

R = 23.6%
G = 24.77%
B = 51.64%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#656ADD (or 0x656ADD) is known color: Slate Blue. HEX triplet: 65, 6A and DD. RGB value is (101,106,221). Sum of RGB (Red+Green+Blue) = 101+106+221=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #656ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ADD is #9A9522. Grayscale: #757575. Windows color (decimal): -10130723 or 14510693. OLE color: 14510693.

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

Color convert

RGB 101 106 221 -
CMYK 0.54 0.52 0 0.13
HSL 237.5º 0.64% 0.63% -
HSV(B) 237.5º 0.54% 0.87% -
XYZ 23.57 18.3 70.7 -
YUV 117.62 186.34 116.15 -
System Red Green Blue C M Y K H S L
Decimal 101 106 221 0.54 0.52 0 0.13 237.5 0.64 0.63
Hex 65 6A DD 36 34 0 D EE 40 3F
Octal 145 152 335 66 64 0 15 356 100 77
Binary 1100101 1101010 11011101 110110 110100 0 1101 11101110 1000000 111111

Color Harmonies of #656ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656ADD

Black with #656ADD

Text Example


Text Example

White with #656ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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