Html Css Color HEX #615B87 Kimberly

📋 copy color: '#615B87'

red 97 ◦ green 91 ◦ blue 135

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

Shades of Kimberly #615B87

Tints of Kimberly #615B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.8%

R = 30.03%
G = 28.17%
B = 41.8%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#615B87 (or 0x615B87) is known color: Kimberly. HEX triplet: 61, 5B and 87. RGB value is (97,91,135). Sum of RGB (Red+Green+Blue) = 97+91+135=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #615B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B87 is #9EA478. Grayscale: #616161. Windows color (decimal): -10396793 or 8870753. OLE color: 8870753.

HSL color Cylindrical-coordinate representation of color #615B87: hue angle of 248.18º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #615B87 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 91 135 -
CMYK 0.28 0.33 0 0.47
HSL 248.18º 0.19% 0.44% -
HSV(B) 248.18º 0.33% 0.53% -
XYZ 13.04 11.77 24.51 -
YUV 97.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 97 91 135 0.28 0.33 0 0.47 248.18 0.19 0.44
Hex 61 5B 87 1C 21 0 2F F8 13 2C
Octal 141 133 207 34 41 0 57 370 23 54
Binary 1100001 1011011 10000111 11100 100001 0 101111 11111000 10011 101100

Color Harmonies of #615B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B87

Black with #615B87

Text Example


Text Example

White with #615B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615B87; }

 p { color: rgb(97,91,135); }

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

background-color css

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

 a { background-color: rgb(97,91,135); }

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

border-color css

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

 span { border-color: rgb(97,91,135); }

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