Html Css Color HEX #615982 Kimberly

📋 copy color: '#615982'

red 97 ◦ green 89 ◦ blue 130

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

Shades of Kimberly #615982

Tints of Kimberly #615982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 30.7%
G = 28.16%
B = 41.14%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#615982 (or 0x615982) is known color: Kimberly. HEX triplet: 61, 59 and 82. RGB value is (97,89,130). Sum of RGB (Red+Green+Blue) = 97+89+130=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #615982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615982 is #9EA67D. Grayscale: #5F5F5F. Windows color (decimal): -10397310 or 8542561. OLE color: 8542561.

HSL color Cylindrical-coordinate representation of color #615982: hue angle of 251.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615982 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 89 130 -
CMYK 0.25 0.32 0 0.49
HSL 251.71º 0.19% 0.43% -
HSV(B) 251.71º 0.32% 0.51% -
XYZ 12.53 11.3 22.64 -
YUV 96.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 97 89 130 0.25 0.32 0 0.49 251.71 0.19 0.43
Hex 61 59 82 19 20 0 31 FC 13 2B
Octal 141 131 202 31 40 0 61 374 23 53
Binary 1100001 1011001 10000010 11001 100000 0 110001 11111100 10011 101011

Color Harmonies of #615982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615982

Black with #615982

Text Example


Text Example

White with #615982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615982; }

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

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

background-color css

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

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

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

border-color css

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

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

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