Html Css Color HEX #655ACC Slate Blue

📋 copy color: '#655ACC'

red 101 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #655ACC

Tints of Slate Blue #655ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 25.57%
G = 22.78%
B = 51.65%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#655ACC (or 0x655ACC) is known color: Slate Blue. HEX triplet: 65, 5A and CC. RGB value is (101,90,204). Sum of RGB (Red+Green+Blue) = 101+90+204=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #655ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ACC is #9AA533. Grayscale: #696969. Windows color (decimal): -10134836 or 13392485. OLE color: 13392485.

HSL color Cylindrical-coordinate representation of color #655ACC: hue angle of 245.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655ACC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 90 204 -
CMYK 0.50 0.56 0 0.2
HSL 245.79º 0.53% 0.58% -
HSV(B) 245.79º 0.56% 0.8% -
XYZ 19.92 14.44 58.86 -
YUV 106.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 101 90 204 0.50 0.56 0 0.2 245.79 0.53 0.58
Hex 65 5A CC 32 38 0 14 F6 35 3A
Octal 145 132 314 62 70 0 24 366 65 72
Binary 1100101 1011010 11001100 110010 111000 0 10100 11110110 110101 111010

Color Harmonies of #655ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655ACC

Black with #655ACC

Text Example


Text Example

White with #655ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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