#615B8F

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

Shades of Kimberly #615B8F

Tints of Kimberly #615B8F

Color information

#615B8F (or 0x615B8F) is unknown color: approx Kimberly. HEX triplet: 61, 5B and 8F. RGB value is (97,91,143). Sum of RGB (Red+Green+Blue) = 97+91+143=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #615B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B8F is #9EA470. Grayscale: #626262. Windows color (decimal): -10396785 or 9395041. OLE color: 9395041.

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

Color convert

RGB9791143-
CMYK0.320.3600.44
HSL246.92º22.22%45.88%-
HSV(B)246.92º36.36%56.08%-
XYZ13.6312.0127.59-
YUV98.72152.99126.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=29.31%
G=27.49%
B=43.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97911430.320.3600.44246.9222.2245.88
Hex615B8F202402Cf7162e
Octal14113321740440543672656
Binary110000110110111000111110000010010001011001111011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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