#676181

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

Shades of Kimberly #676181

Tints of Kimberly #676181

Color information

#676181 (or 0x676181) is unknown color: approx Kimberly. HEX triplet: 67, 61 and 81. RGB value is (103,97,129). Sum of RGB (Red+Green+Blue) = 103+97+129=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #676181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676181 is #989E7E. Grayscale: #666666. Windows color (decimal): -10002047 or 8479079. OLE color: 8479079.

HSL color Cylindrical-coordinate representation of color #676181: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676181 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10397129-
CMYK0.200.2500.49
HSL251.25º14.16%44.31%-
HSV(B)251.25º24.81%50.59%-
XYZ13.8313.0222.55-
YUV102.44142.99128.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=31.31%
G=29.48%
B=39.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103971290.200.2500.49251.2514.1644.31
Hex6761811419031fbe2c
Octal14714120124310613731654
Binary110011111000011000000110100110010110001111110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676181; }

 p { color: rgb(103,97,129); }

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

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

 a { background-color: rgb(103,97,129); }

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

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

 span { border-color: rgb(103,97,129); }

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