#6C627F

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

Shades of Kimberly #6C627F

Tints of Kimberly #6C627F

Color information

#6C627F (or 0x6C627F) is unknown color: approx Kimberly. HEX triplet: 6C, 62 and 7F. RGB value is (108,98,127). Sum of RGB (Red+Green+Blue) = 108+98+127=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C627F is #939D80. Grayscale: #686868. Windows color (decimal): -9674113 or 8348268. OLE color: 8348268.

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

Color convert

RGB10898127-
CMYK0.150.2300.50
HSL260.69º12.89%44.12%-
HSV(B)260.69º22.83%49.8%-
XYZ14.3813.4621.92-
YUV104.3140.81130.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 127 (50% from 255) = 38.14%
R=32.43%
G=29.43%
B=38.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108981270.150.2300.50260.6912.8944.12
Hex6C627FF17032105d2c
Octal15414217717270624051554
Binary11011001100010111111111111011101100101000001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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