#605B8A

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

Shades of Kimberly #605B8A

Tints of Kimberly #605B8A

Color information

#605B8A (or 0x605B8A) is unknown color: approx Kimberly. HEX triplet: 60, 5B and 8A. RGB value is (96,91,138). Sum of RGB (Red+Green+Blue) = 96+91+138=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #605B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B8A is #9FA475. Grayscale: #616161. Windows color (decimal): -10462326 or 9067360. OLE color: 9067360.

HSL color Cylindrical-coordinate representation of color #605B8A: hue angle of 246.38º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #605B8A is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9691138-
CMYK0.300.3400.46
HSL246.38º20.52%44.9%-
HSV(B)246.38º34.06%54.12%-
XYZ13.1511.825.63-
YUV97.85150.66126.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=29.54%
G=28%
B=42.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96911380.300.3400.46246.3820.5244.9
Hex605B8A1E2202Ef6152d
Octal14013321236420563662555
Binary11000001011011100010101111010001001011101111011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605B8A; }

 p { color: rgb(96,91,138); }

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

<style>
 a { background-color: #605B8A; }

 a { background-color: rgb(96,91,138); }

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

<style>
 span { border-color: #605B8A; }

 span { border-color: rgb(96,91,138); }

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