#615f8f

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

Shades of Kimberly #615F8F

Tints of Kimberly #615F8F

Color information

#615F8F (or 0x615F8F) is unknown color: approx Kimberly. HEX triplet: 61, 5F and 8F. RGB value is (97,95,143). Sum of RGB (Red+Green+Blue) = 97+95+143=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #615F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F8F is #9EA070. Grayscale: #646464. Windows color (decimal): -10395761 or 9396065. OLE color: 9396065.

HSL color Cylindrical-coordinate representation of color #615F8F: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615F8F is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9795143-
CMYK0.320.3400.44
HSL242.5º20.17%46.67%-
HSV(B)242.5º33.57%56.08%-
XYZ13.9812.7127.7-
YUV101.07151.66125.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=28.96%
G=28.36%
B=42.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97951430.320.3400.44242.520.1746.67
Hex615F8F202202Cf2142f
Octal14113721740420543622457
Binary110000110111111000111110000010001001011001111001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,95,143); }

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

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

 a { background-color: rgb(97,95,143); }

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

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

 span { border-color: rgb(97,95,143); }

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