Html Css Color HEX #655AC6 Slate Blue

📋 copy color: '#655AC6'

red 101 ◦ green 90 ◦ blue 198

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

Shades of Slate Blue #655AC6

Tints of Slate Blue #655AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 25.96%
G = 23.14%
B = 50.9%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#655AC6 (or 0x655AC6) is known color: Slate Blue. HEX triplet: 65, 5A and C6. RGB value is (101,90,198). Sum of RGB (Red+Green+Blue) = 101+90+198=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #655AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AC6 is #9AA539. Grayscale: #696969. Windows color (decimal): -10134842 or 12999269. OLE color: 12999269.

HSL color Cylindrical-coordinate representation of color #655AC6: hue angle of 246.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655AC6 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 90 198 -
CMYK 0.49 0.55 0 0.22
HSL 246.11º 0.49% 0.56% -
HSV(B) 246.11º 0.55% 0.78% -
XYZ 19.22 14.16 55.15 -
YUV 105.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 101 90 198 0.49 0.55 0 0.22 246.11 0.49 0.56
Hex 65 5A C6 31 37 0 16 F6 31 38
Octal 145 132 306 61 67 0 26 366 61 70
Binary 1100101 1011010 11000110 110001 110111 0 10110 11110110 110001 111000

Color Harmonies of #655AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AC6

Black with #655AC6

Text Example


Text Example

White with #655AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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