Html Css Color HEX #655DC0 Slate Blue

📋 copy color: '#655DC0'

red 101 ◦ green 93 ◦ blue 192

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

Shades of Slate Blue #655DC0

Tints of Slate Blue #655DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 26.17%
G = 24.09%
B = 49.74%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#655DC0 (or 0x655DC0) is known color: Slate Blue. HEX triplet: 65, 5D and C0. RGB value is (101,93,192). Sum of RGB (Red+Green+Blue) = 101+93+192=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #655DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DC0 is #9AA23F. Grayscale: #6A6A6A. Windows color (decimal): -10134080 or 12606821. OLE color: 12606821.

HSL color Cylindrical-coordinate representation of color #655DC0: hue angle of 244.85º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655DC0 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 93 192 -
CMYK 0.47 0.52 0 0.25
HSL 244.85º 0.44% 0.56% -
HSV(B) 244.85º 0.52% 0.75% -
XYZ 18.8 14.4 51.66 -
YUV 106.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 101 93 192 0.47 0.52 0 0.25 244.85 0.44 0.56
Hex 65 5D C0 2F 34 0 19 F5 2C 38
Octal 145 135 300 57 64 0 31 365 54 70
Binary 1100101 1011101 11000000 101111 110100 0 11001 11110101 101100 111000

Color Harmonies of #655DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DC0

Black with #655DC0

Text Example


Text Example

White with #655DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,93,192); }

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

background-color css

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

 a { background-color: rgb(101,93,192); }

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

border-color css

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

 span { border-color: rgb(101,93,192); }

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