#615b92

Color #615B92 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #615B92

Tints of Kimberly #615B92

Color information

#615B92 (or 0x615B92) is unknown color: approx Kimberly. HEX triplet: 61, 5B and 92. RGB value is (97,91,146). Sum of RGB (Red+Green+Blue) = 97+91+146=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #615B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B92 is #9EA46D. Grayscale: #626262. Windows color (decimal): -10396782 or 9591649. OLE color: 9591649.

HSL color Cylindrical-coordinate representation of color #615B92: hue angle of 246.55º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #615B92 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9791146-
CMYK0.340.3800.43
HSL246.55º23.21%46.47%-
HSV(B)246.55º37.67%57.25%-
XYZ13.8612.128.8-
YUV99.06154.49126.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=29.04%
G=27.25%
B=43.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97911460.340.3800.43246.5523.2146.47
Hex615B92222602Bf7172e
Octal14113322242460533672756
Binary110000110110111001001010001010011001010111111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615b92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #615b92;
 }
 .AnyTagClassName
 {
   color: #615b92;
 }
</style>
background-color css

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

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

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

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

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

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