#6C617F

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

Shades of Kimberly #6C617F

Tints of Kimberly #6C617F

Color information

#6C617F (or 0x6C617F) is unknown color: approx Kimberly. HEX triplet: 6C, 61 and 7F. RGB value is (108,97,127). Sum of RGB (Red+Green+Blue) = 108+97+127=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C617F is #939E80. Grayscale: #676767. Windows color (decimal): -9674369 or 8348012. OLE color: 8348012.

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

Color convert

RGB10897127-
CMYK0.150.2400.50
HSL262º13.39%43.92%-
HSV(B)262º23.62%49.8%-
XYZ14.2913.2721.89-
YUV103.71141.14131.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.53%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 127 (50% from 255) = 38.25%
R=32.53%
G=29.22%
B=38.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108971270.150.2400.5026213.3943.92
Hex6C617FF18032106d2c
Octal15414117717300624061554
Binary11011001100001111111111111100001100101000001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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