#6B617F

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

Shades of Kimberly #6B617F

Tints of Kimberly #6B617F

Color information

#6B617F (or 0x6B617F) is unknown color: approx Kimberly. HEX triplet: 6B, 61 and 7F. RGB value is (107,97,127). Sum of RGB (Red+Green+Blue) = 107+97+127=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B617F is #949E80. Grayscale: #676767. Windows color (decimal): -9739905 or 8348011. OLE color: 8348011.

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

Color convert

RGB10797127-
CMYK0.160.2400.50
HSL260º13.39%43.92%-
HSV(B)260º23.62%49.8%-
XYZ14.1713.2121.88-
YUV103.41141.31130.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 127 (50% from 255) = 38.37%
R=32.33%
G=29.31%
B=38.37%

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
Decimal107971270.160.2400.5026013.3943.92
Hex6B617F1018032104d2c
Octal15314117720300624041554
Binary110101111000011111111100001100001100101000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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