Html Css Color HEX #615481 Kimberly

📋 copy color: '#615481'

red 97 ◦ green 84 ◦ blue 129

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

Shades of Kimberly #615481

Tints of Kimberly #615481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 31.29%
G = 27.1%
B = 41.61%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#615481 (or 0x615481) is known color: Kimberly. HEX triplet: 61, 54 and 81. RGB value is (97,84,129). Sum of RGB (Red+Green+Blue) = 97+84+129=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #615481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615481 is #9EAB7E. Grayscale: #5C5C5C. Windows color (decimal): -10398591 or 8475745. OLE color: 8475745.

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

Color convert

RGB 97 84 129 -
CMYK 0.25 0.35 0 0.49
HSL 257.33º 0.21% 0.42% -
HSV(B) 257.33º 0.35% 0.51% -
XYZ 12.06 10.47 22.15 -
YUV 93.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 97 84 129 0.25 0.35 0 0.49 257.33 0.21 0.42
Hex 61 54 81 19 23 0 31 101 15 2A
Octal 141 124 201 31 43 0 61 401 25 52
Binary 1100001 1010100 10000001 11001 100011 0 110001 100000001 10101 101010

Color Harmonies of #615481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615481

Black with #615481

Text Example


Text Example

White with #615481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615481; }

 p { color: rgb(97,84,129); }

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

background-color css

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

 a { background-color: rgb(97,84,129); }

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

border-color css

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

 span { border-color: rgb(97,84,129); }

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