Html Css Color HEX #656ACB Slate Blue

📋 copy color: '#656ACB'

red 101 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #656ACB

Tints of Slate Blue #656ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 24.63%
G = 25.85%
B = 49.51%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#656ACB (or 0x656ACB) is known color: Slate Blue. HEX triplet: 65, 6A and CB. RGB value is (101,106,203). Sum of RGB (Red+Green+Blue) = 101+106+203=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #656ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ACB is #9A9534. Grayscale: #737373. Windows color (decimal): -10130741 or 13331045. OLE color: 13331045.

HSL color Cylindrical-coordinate representation of color #656ACB: hue angle of 237.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656ACB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 106 203 -
CMYK 0.50 0.48 0 0.20
HSL 237.06º 0.5% 0.6% -
HSV(B) 237.06º 0.5% 0.8% -
XYZ 21.3 17.39 58.73 -
YUV 115.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 101 106 203 0.50 0.48 0 0.20 237.06 0.5 0.6
Hex 65 6A CB 32 30 0 14 ED 32 3C
Octal 145 152 313 62 60 0 24 355 62 74
Binary 1100101 1101010 11001011 110010 110000 0 10100 11101101 110010 111100

Color Harmonies of #656ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656ACB

Black with #656ACB

Text Example


Text Example

White with #656ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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