Html Css Color HEX #655BBF Slate Blue

📋 copy color: '#655BBF'

red 101 ◦ green 91 ◦ blue 191

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

Shades of Slate Blue #655BBF

Tints of Slate Blue #655BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 26.37%
G = 23.76%
B = 49.87%

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

#655BBF (or 0x655BBF) is known color: Slate Blue. HEX triplet: 65, 5B and BF. RGB value is (101,91,191). Sum of RGB (Red+Green+Blue) = 101+91+191=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #655BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BBF is #9AA440. Grayscale: #696969. Windows color (decimal): -10134593 or 12540773. OLE color: 12540773.

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

Color convert

RGB 101 91 191 -
CMYK 0.47 0.52 0 0.25
HSL 246º 0.44% 0.55% -
HSV(B) 246º 0.52% 0.75% -
XYZ 18.51 14.01 51.02 -
YUV 105.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 101 91 191 0.47 0.52 0 0.25 246 0.44 0.55
Hex 65 5B BF 2F 34 0 19 F6 2C 37
Octal 145 133 277 57 64 0 31 366 54 67
Binary 1100101 1011011 10111111 101111 110100 0 11001 11110110 101100 110111

Color Harmonies of #655BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BBF

Black with #655BBF

Text Example


Text Example

White with #655BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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