Html Css Color HEX #656ACE Slate Blue

📋 copy color: '#656ACE'

red 101 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #656ACE

Tints of Slate Blue #656ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 24.46%
G = 25.67%
B = 49.88%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#656ACE (or 0x656ACE) is known color: Slate Blue. HEX triplet: 65, 6A and CE. RGB value is (101,106,206). Sum of RGB (Red+Green+Blue) = 101+106+206=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #656ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ACE is #9A9531. Grayscale: #737373. Windows color (decimal): -10130738 or 13527653. OLE color: 13527653.

HSL color Cylindrical-coordinate representation of color #656ACE: hue angle of 237.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656ACE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 106 206 -
CMYK 0.51 0.49 0 0.19
HSL 237.14º 0.52% 0.6% -
HSV(B) 237.14º 0.51% 0.81% -
XYZ 21.66 17.53 60.63 -
YUV 115.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 101 106 206 0.51 0.49 0 0.19 237.14 0.52 0.6
Hex 65 6A CE 33 31 0 13 ED 34 3C
Octal 145 152 316 63 61 0 23 355 64 74
Binary 1100101 1101010 11001110 110011 110001 0 10011 11101101 110100 111100

Color Harmonies of #656ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656ACE

Black with #656ACE

Text Example


Text Example

White with #656ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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