#675F80

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

Shades of Kimberly #675F80

Tints of Kimberly #675F80

Color information

#675F80 (or 0x675F80) is unknown color: approx Kimberly. HEX triplet: 67, 5F and 80. RGB value is (103,95,128). Sum of RGB (Red+Green+Blue) = 103+95+128=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #675F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F80 is #98A07F. Grayscale: #656565. Windows color (decimal): -10002560 or 8413031. OLE color: 8413031.

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

Color convert

RGB10395128-
CMYK0.200.2600.50
HSL254.55º14.8%43.73%-
HSV(B)254.55º25.78%50.2%-
XYZ13.5812.6322.14-
YUV101.15143.15129.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 128 (50.39% from 255) = 39.26%
R=31.60%
G=29.14%
B=39.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103951280.200.2600.50254.5514.843.73
Hex675F80141A032fff2c
Octal14713720024320623771754
Binary110011110111111000000010100110100110010111111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F80; }

 p { color: rgb(103,95,128); }

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

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

 a { background-color: rgb(103,95,128); }

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

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

 span { border-color: rgb(103,95,128); }

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