#6A607F

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

Shades of Kimberly #6A607F

Tints of Kimberly #6A607F

Color information

#6A607F (or 0x6A607F) is unknown color: approx Kimberly. HEX triplet: 6A, 60 and 7F. RGB value is (106,96,127). Sum of RGB (Red+Green+Blue) = 106+96+127=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A607F is #959F80. Grayscale: #666666. Windows color (decimal): -9805697 or 8347754. OLE color: 8347754.

HSL color Cylindrical-coordinate representation of color #6A607F: hue angle of 259.35º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A607F is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10696127-
CMYK0.170.2400.50
HSL259.35º13.9%43.73%-
HSV(B)259.35º24.41%49.8%-
XYZ13.9612.9621.84-
YUV102.52141.81130.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 127 (50% from 255) = 38.60%
R=32.22%
G=29.18%
B=38.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106961270.170.2400.50259.3513.943.73
Hex6A607F1118032103e2c
Octal15214017721300624031654
Binary110101011000001111111100011100001100101000000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A607F; }

 p { color: rgb(106,96,127); }

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

<style>
 a { background-color: #6A607F; }

 a { background-color: rgb(106,96,127); }

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

<style>
 span { border-color: #6A607F; }

 span { border-color: rgb(106,96,127); }

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