Html Css Color HEX #655BCE Slate Blue

📋 copy color: '#655BCE'

red 101 ◦ green 91 ◦ blue 206

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

Shades of Slate Blue #655BCE

Tints of Slate Blue #655BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 25.38%
G = 22.86%
B = 51.76%

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

#655BCE (or 0x655BCE) is known color: Slate Blue. HEX triplet: 65, 5B and CE. RGB value is (101,91,206). Sum of RGB (Red+Green+Blue) = 101+91+206=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #655BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BCE is #9AA431. Grayscale: #6A6A6A. Windows color (decimal): -10134578 or 13523813. OLE color: 13523813.

HSL color Cylindrical-coordinate representation of color #655BCE: hue angle of 245.22º 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 #655BCE is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 91 206 -
CMYK 0.51 0.56 0 0.19
HSL 245.22º 0.54% 0.58% -
HSV(B) 245.22º 0.56% 0.81% -
XYZ 20.25 14.71 60.16 -
YUV 107.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 101 91 206 0.51 0.56 0 0.19 245.22 0.54 0.58
Hex 65 5B CE 33 38 0 13 F5 36 3A
Octal 145 133 316 63 70 0 23 365 66 72
Binary 1100101 1011011 11001110 110011 111000 0 10011 11110101 110110 111010

Color Harmonies of #655BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BCE

Black with #655BCE

Text Example


Text Example

White with #655BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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