Html Css Color HEX #655DBF Slate Blue

📋 copy color: '#655DBF'

red 101 ◦ green 93 ◦ blue 191

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

Shades of Slate Blue #655DBF

Tints of Slate Blue #655DBF

RGB

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

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

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

R = 26.23%
G = 24.16%
B = 49.61%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#655DBF (or 0x655DBF) is known color: Slate Blue. HEX triplet: 65, 5D and BF. RGB value is (101,93,191). Sum of RGB (Red+Green+Blue) = 101+93+191=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #655DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DBF is #9AA240. Grayscale: #6A6A6A. Windows color (decimal): -10134081 or 12541285. OLE color: 12541285.

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

Color convert

RGB 101 93 191 -
CMYK 0.47 0.51 0 0.25
HSL 244.9º 0.43% 0.56% -
HSV(B) 244.9º 0.51% 0.75% -
XYZ 18.69 14.36 51.08 -
YUV 106.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 101 93 191 0.47 0.51 0 0.25 244.9 0.43 0.56
Hex 65 5D BF 2F 33 0 19 F5 2B 38
Octal 145 135 277 57 63 0 31 365 53 70
Binary 1100101 1011101 10111111 101111 110011 0 11001 11110101 101011 111000

Color Harmonies of #655DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DBF

Black with #655DBF

Text Example


Text Example

White with #655DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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