Html Css Color HEX #655ED0 Slate Blue

📋 copy color: '#655ED0'

red 101 ◦ green 94 ◦ blue 208

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

Shades of Slate Blue #655ED0

Tints of Slate Blue #655ED0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.33%

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 25.06%
G = 23.33%
B = 51.61%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#655ED0 (or 0x655ED0) is known color: Slate Blue. HEX triplet: 65, 5E and D0. RGB value is (101,94,208). Sum of RGB (Red+Green+Blue) = 101+94+208=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #655ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ED0 is #9AA12F. Grayscale: #6C6C6C. Windows color (decimal): -10133808 or 13655653. OLE color: 13655653.

HSL color Cylindrical-coordinate representation of color #655ED0: hue angle of 243.68º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655ED0 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 94 208 -
CMYK 0.51 0.55 0 0.18
HSL 243.68º 0.55% 0.59% -
HSV(B) 243.68º 0.55% 0.82% -
XYZ 20.75 15.33 61.54 -
YUV 109.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 101 94 208 0.51 0.55 0 0.18 243.68 0.55 0.59
Hex 65 5E D0 33 37 0 12 F4 37 3B
Octal 145 136 320 63 67 0 22 364 67 73
Binary 1100101 1011110 11010000 110011 110111 0 10010 11110100 110111 111011

Color Harmonies of #655ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655ED0

Black with #655ED0

Text Example


Text Example

White with #655ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,94,208); }

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

background-color css

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

 a { background-color: rgb(101,94,208); }

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

border-color css

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

 span { border-color: rgb(101,94,208); }

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