#615F8A

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

Shades of Kimberly #615F8A

Tints of Kimberly #615F8A

Color information

#615F8A (or 0x615F8A) is unknown color: approx Kimberly. HEX triplet: 61, 5F and 8A. RGB value is (97,95,138). Sum of RGB (Red+Green+Blue) = 97+95+138=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #615F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F8A is #9EA075. Grayscale: #646464. Windows color (decimal): -10395766 or 9068385. OLE color: 9068385.

HSL color Cylindrical-coordinate representation of color #615F8A: hue angle of 242.79º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #615F8A is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9795138-
CMYK0.300.3100.46
HSL242.79º18.45%45.69%-
HSV(B)242.79º31.16%54.12%-
XYZ13.6112.5625.75-
YUV100.5149.16125.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=29.39%
G=28.79%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97951380.300.3100.46242.7918.4545.69
Hex615F8A1E1F02Ef3122e
Octal14113721236370563632256
Binary1100001101111110001010111101111101011101111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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