Html Css Color HEX #615986 Kimberly

📋 copy color: '#615986'

red 97 ◦ green 89 ◦ blue 134

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

Shades of Kimberly #615986

Tints of Kimberly #615986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 30.31%
G = 27.81%
B = 41.88%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#615986 (or 0x615986) is known color: Kimberly. HEX triplet: 61, 59 and 86. RGB value is (97,89,134). Sum of RGB (Red+Green+Blue) = 97+89+134=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #615986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615986 is #9EA679. Grayscale: #606060. Windows color (decimal): -10397306 or 8804705. OLE color: 8804705.

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

Color convert

RGB 97 89 134 -
CMYK 0.28 0.34 0 0.47
HSL 250.67º 0.2% 0.44% -
HSV(B) 250.67º 0.34% 0.53% -
XYZ 12.81 11.41 24.08 -
YUV 96.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 97 89 134 0.28 0.34 0 0.47 250.67 0.2 0.44
Hex 61 59 86 1C 22 0 2F FB 14 2C
Octal 141 131 206 34 42 0 57 373 24 54
Binary 1100001 1011001 10000110 11100 100010 0 101111 11111011 10100 101100

Color Harmonies of #615986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615986

Black with #615986

Text Example


Text Example

White with #615986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615986; }

 p { color: rgb(97,89,134); }

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

background-color css

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

 a { background-color: rgb(97,89,134); }

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

border-color css

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

 span { border-color: rgb(97,89,134); }

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