Html Css Color HEX #615780 Kimberly

📋 copy color: '#615780'

red 97 ◦ green 87 ◦ blue 128

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

Shades of Kimberly #615780

Tints of Kimberly #615780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 31.09%
G = 27.88%
B = 41.03%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#615780 (or 0x615780) is known color: Kimberly. HEX triplet: 61, 57 and 80. RGB value is (97,87,128). Sum of RGB (Red+Green+Blue) = 97+87+128=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #615780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615780 is #9EA87F. Grayscale: #5E5E5E. Windows color (decimal): -10397824 or 8410977. OLE color: 8410977.

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

Color convert

RGB 97 87 128 -
CMYK 0.24 0.32 0 0.50
HSL 254.63º 0.19% 0.42% -
HSV(B) 254.63º 0.32% 0.5% -
XYZ 12.23 10.92 21.88 -
YUV 94.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 97 87 128 0.24 0.32 0 0.50 254.63 0.19 0.42
Hex 61 57 80 18 20 0 32 FF 13 2A
Octal 141 127 200 30 40 0 62 377 23 52
Binary 1100001 1010111 10000000 11000 100000 0 110010 11111111 10011 101010

Color Harmonies of #615780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615780

Black with #615780

Text Example


Text Example

White with #615780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615780; }

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

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

background-color css

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

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

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

border-color css

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

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

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