#605C8A

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

Shades of Kimberly #605C8A

Tints of Kimberly #605C8A

Color information

#605C8A (or 0x605C8A) is unknown color: approx Kimberly. HEX triplet: 60, 5C and 8A. RGB value is (96,92,138). Sum of RGB (Red+Green+Blue) = 96+92+138=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #605C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C8A is #9FA375. Grayscale: #626262. Windows color (decimal): -10462070 or 9067616. OLE color: 9067616.

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

Color convert

RGB9692138-
CMYK0.300.3300.46
HSL245.22º20%45.1%-
HSV(B)245.22º33.33%54.12%-
XYZ13.2411.9825.66-
YUV98.44150.33126.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=29.45%
G=28.22%
B=42.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96921380.300.3300.46245.222045.1
Hex605C8A1E2102Ef5142d
Octal14013421236410563652455
Binary11000001011100100010101111010000101011101111010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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