#615B8B

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

Shades of Kimberly #615B8B

Tints of Kimberly #615B8B

Color information

#615B8B (or 0x615B8B) is unknown color: approx Kimberly. HEX triplet: 61, 5B and 8B. RGB value is (97,91,139). Sum of RGB (Red+Green+Blue) = 97+91+139=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #615B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B8B is #9EA474. Grayscale: #626262. Windows color (decimal): -10396789 or 9132897. OLE color: 9132897.

HSL color Cylindrical-coordinate representation of color #615B8B: hue angle of 247.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #615B8B is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9791139-
CMYK0.300.3500.45
HSL247.5º20.87%45.1%-
HSV(B)247.5º34.53%54.51%-
XYZ13.3311.8926.02-
YUV98.27150.99127.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=29.66%
G=27.83%
B=42.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97911390.300.3500.45247.520.8745.1
Hex615B8B1E2302Df8152d
Octal14113321336430553702555
Binary11000011011011100010111111010001101011011111100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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