Html Css Color HEX #656ADC Slate Blue

📋 copy color: '#656ADC'

red 101 ◦ green 106 ◦ blue 220

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

Shades of Slate Blue #656ADC

Tints of Slate Blue #656ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 23.65%
G = 24.82%
B = 51.52%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#656ADC (or 0x656ADC) is known color: Slate Blue. HEX triplet: 65, 6A and DC. RGB value is (101,106,220). Sum of RGB (Red+Green+Blue) = 101+106+220=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #656ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ADC is #9A9523. Grayscale: #757575. Windows color (decimal): -10130724 or 14445157. OLE color: 14445157.

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

Color convert

RGB 101 106 220 -
CMYK 0.54 0.52 0 0.14
HSL 237.48º 0.63% 0.63% -
HSV(B) 237.48º 0.54% 0.86% -
XYZ 23.44 18.24 70 -
YUV 117.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 101 106 220 0.54 0.52 0 0.14 237.48 0.63 0.63
Hex 65 6A DC 36 34 0 E ED 3F 3F
Octal 145 152 334 66 64 0 16 355 77 77
Binary 1100101 1101010 11011100 110110 110100 0 1110 11101101 111111 111111

Color Harmonies of #656ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656ADC

Black with #656ADC

Text Example


Text Example

White with #656ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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