#675E87

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

Shades of Kimberly #675E87

Tints of Kimberly #675E87

Color information

#675E87 (or 0x675E87) is unknown color: approx Kimberly. HEX triplet: 67, 5E and 87. RGB value is (103,94,135). Sum of RGB (Red+Green+Blue) = 103+94+135=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #675E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675E87 is #98A178. Grayscale: #656565. Windows color (decimal): -10002809 or 8871527. OLE color: 8871527.

HSL color Cylindrical-coordinate representation of color #675E87: hue angle of 253.17º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675E87 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10394135-
CMYK0.240.3000.47
HSL253.17º17.9%44.9%-
HSV(B)253.17º30.37%52.94%-
XYZ13.9712.6424.62-
YUV101.36146.98129.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=31.02%
G=28.31%
B=40.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103941350.240.3000.47253.1717.944.9
Hex675E87181E02Ffd122d
Octal14713620730360573752255
Binary1100111101111010000111110001111001011111111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,94,135); }

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

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

 a { background-color: rgb(103,94,135); }

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

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

 span { border-color: rgb(103,94,135); }

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