#605C8D

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

Shades of Kimberly #605C8D

Tints of Kimberly #605C8D

Color information

#605C8D (or 0x605C8D) is unknown color: approx Kimberly. HEX triplet: 60, 5C and 8D. RGB value is (96,92,141). Sum of RGB (Red+Green+Blue) = 96+92+141=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #605C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C8D is #9FA372. Grayscale: #626262. Windows color (decimal): -10462067 or 9264224. OLE color: 9264224.

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

Color convert

RGB9692141-
CMYK0.320.3500.45
HSL244.9º21.03%45.69%-
HSV(B)244.9º34.75%55.29%-
XYZ13.4612.0626.82-
YUV98.78151.83126.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=29.18%
G=27.96%
B=42.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96921410.320.3500.45244.921.0345.69
Hex605C8D202302Df5152e
Octal14013421540430553652556
Binary110000010111001000110110000010001101011011111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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