Html Css Color HEX #615580 Kimberly

📋 copy color: '#615580'

red 97 ◦ green 85 ◦ blue 128

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

Shades of Kimberly #615580

Tints of Kimberly #615580

RGB

 RED value IS 97 (38.28% from 255) = 31.29%

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 31.29%
G = 27.42%
B = 41.29%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#615580 (or 0x615580) is known color: Kimberly. HEX triplet: 61, 55 and 80. RGB value is (97,85,128). Sum of RGB (Red+Green+Blue) = 97+85+128=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #615580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615580 is #9EAA7F. Grayscale: #5D5D5D. Windows color (decimal): -10398336 or 8410465. OLE color: 8410465.

HSL color Cylindrical-coordinate representation of color #615580: hue angle of 256.74º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615580 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 85 128 -
CMYK 0.24 0.34 0 0.50
HSL 256.74º 0.2% 0.42% -
HSV(B) 256.74º 0.34% 0.5% -
XYZ 12.07 10.6 21.83 -
YUV 93.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 97 85 128 0.24 0.34 0 0.50 256.74 0.2 0.42
Hex 61 55 80 18 22 0 32 101 14 2A
Octal 141 125 200 30 42 0 62 401 24 52
Binary 1100001 1010101 10000000 11000 100010 0 110010 100000001 10100 101010

Color Harmonies of #615580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615580

Black with #615580

Text Example


Text Example

White with #615580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615580; }

 p { color: rgb(97,85,128); }

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

background-color css

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

 a { background-color: rgb(97,85,128); }

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

border-color css

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

 span { border-color: rgb(97,85,128); }

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