#605a8d

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

Shades of Kimberly #605A8D

Tints of Kimberly #605A8D

Color information

#605A8D (or 0x605A8D) is unknown color: approx Kimberly. HEX triplet: 60, 5A and 8D. RGB value is (96,90,141). Sum of RGB (Red+Green+Blue) = 96+90+141=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #605A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A8D is #9FA572. Grayscale: #616161. Windows color (decimal): -10462579 or 9263712. OLE color: 9263712.

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

Color convert

RGB9690141-
CMYK0.320.3600.45
HSL247.06º22.08%45.29%-
HSV(B)247.06º36.17%55.29%-
XYZ13.2911.7226.76-
YUV97.61152.49126.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=29.36%
G=27.52%
B=43.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96901410.320.3600.45247.0622.0845.29
Hex605A8D202402Df7162d
Octal14013221540440553672655
Binary110000010110101000110110000010010001011011111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605a8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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