#6B607F

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

Shades of Kimberly #6B607F

Tints of Kimberly #6B607F

Color information

#6B607F (or 0x6B607F) is unknown color: approx Kimberly. HEX triplet: 6B, 60 and 7F. RGB value is (107,96,127). Sum of RGB (Red+Green+Blue) = 107+96+127=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B607F is #949F80. Grayscale: #666666. Windows color (decimal): -9740161 or 8347755. OLE color: 8347755.

HSL color Cylindrical-coordinate representation of color #6B607F: hue angle of 261.29º 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 #6B607F is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10796127-
CMYK0.160.2400.50
HSL261.29º13.9%43.73%-
HSV(B)261.29º24.41%49.8%-
XYZ14.0813.0221.85-
YUV102.82141.64130.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 127 (50% from 255) = 38.48%
R=32.42%
G=29.09%
B=38.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107961270.160.2400.50261.2913.943.73
Hex6B607F1018032105e2c
Octal15314017720300624051654
Binary110101111000001111111100001100001100101000001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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