Html Css Color HEX #655ACE Slate Blue

📋 copy color: '#655ACE'

red 101 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #655ACE

Tints of Slate Blue #655ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

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

R = 25.44%
G = 22.67%
B = 51.89%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#655ACE (or 0x655ACE) is known color: Slate Blue. HEX triplet: 65, 5A and CE. RGB value is (101,90,206). Sum of RGB (Red+Green+Blue) = 101+90+206=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #655ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ACE is #9AA531. Grayscale: #6A6A6A. Windows color (decimal): -10134834 or 13523557. OLE color: 13523557.

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

Color convert

RGB 101 90 206 -
CMYK 0.51 0.56 0 0.19
HSL 245.69º 0.54% 0.58% -
HSV(B) 245.69º 0.56% 0.81% -
XYZ 20.16 14.54 60.14 -
YUV 106.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 101 90 206 0.51 0.56 0 0.19 245.69 0.54 0.58
Hex 65 5A CE 33 38 0 13 F6 36 3A
Octal 145 132 316 63 70 0 23 366 66 72
Binary 1100101 1011010 11001110 110011 111000 0 10011 11110110 110110 111010

Color Harmonies of #655ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655ACE

Black with #655ACE

Text Example


Text Example

White with #655ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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