#675B78

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

Shades of Kimberly #675B78

Tints of Kimberly #675B78

Color information

#675B78 (or 0x675B78) is unknown color: approx Kimberly. HEX triplet: 67, 5B and 78. RGB value is (103,91,120). Sum of RGB (Red+Green+Blue) = 103+91+120=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #675B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B78 is #98A487. Grayscale: #616161. Windows color (decimal): -10003592 or 7887719. OLE color: 7887719.

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

Color convert

RGB10391120-
CMYK0.140.2400.53
HSL264.83º13.74%41.37%-
HSV(B)264.83º24.17%47.06%-
XYZ12.7211.7219.36-
YUV97.89140.48131.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=32.80%
G=28.98%
B=38.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103911200.140.2400.53264.8313.7441.37
Hex675B78E18035109e29
Octal14713317016300654111651
Binary11001111011011111100011101100001101011000010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,91,120); }

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

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

 a { background-color: rgb(103,91,120); }

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

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

 span { border-color: rgb(103,91,120); }

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