Html Css Color HEX #615682 Kimberly

📋 copy color: '#615682'

red 97 ◦ green 86 ◦ blue 130

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

Shades of Kimberly #615682

Tints of Kimberly #615682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 30.99%
G = 27.48%
B = 41.53%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#615682 (or 0x615682) is known color: Kimberly. HEX triplet: 61, 56 and 82. RGB value is (97,86,130). Sum of RGB (Red+Green+Blue) = 97+86+130=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #615682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615682 is #9EA97D. Grayscale: #5E5E5E. Windows color (decimal): -10398078 or 8541793. OLE color: 8541793.

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

Color convert

RGB 97 86 130 -
CMYK 0.25 0.34 0 0.49
HSL 255º 0.2% 0.42% -
HSV(B) 255º 0.34% 0.51% -
XYZ 12.29 10.81 22.56 -
YUV 94.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 97 86 130 0.25 0.34 0 0.49 255 0.2 0.42
Hex 61 56 82 19 22 0 31 FF 14 2A
Octal 141 126 202 31 42 0 61 377 24 52
Binary 1100001 1010110 10000010 11001 100010 0 110001 11111111 10100 101010

Color Harmonies of #615682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615682

Black with #615682

Text Example


Text Example

White with #615682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615682; }

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

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

background-color css

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

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

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

border-color css

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

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

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