#615C92

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

Shades of Kimberly #615C92

Tints of Kimberly #615C92

Color information

#615C92 (or 0x615C92) is unknown color: approx Kimberly. HEX triplet: 61, 5C and 92. RGB value is (97,92,146). Sum of RGB (Red+Green+Blue) = 97+92+146=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #615C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615C92 is #9EA36D. Grayscale: #636363. Windows color (decimal): -10396526 or 9591905. OLE color: 9591905.

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

Color convert

RGB9792146-
CMYK0.340.3700.43
HSL245.56º22.69%46.67%-
HSV(B)245.56º36.99%57.25%-
XYZ13.9512.2728.83-
YUV99.65154.16126.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=28.96%
G=27.46%
B=43.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97921460.340.3700.43245.5622.6946.67
Hex615C92222502Bf6172f
Octal14113422242450533662757
Binary110000110111001001001010001010010101010111111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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