#675A7F

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

Shades of Kimberly #675A7F

Tints of Kimberly #675A7F

Color information

#675A7F (or 0x675A7F) is unknown color: approx Kimberly. HEX triplet: 67, 5A and 7F. RGB value is (103,90,127). Sum of RGB (Red+Green+Blue) = 103+90+127=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #675A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A7F is #98A580. Grayscale: #616161. Windows color (decimal): -10003841 or 8346215. OLE color: 8346215.

HSL color Cylindrical-coordinate representation of color #675A7F: hue angle of 261.08º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #675A7F is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10390127-
CMYK0.190.2900.50
HSL261.08º17.05%42.55%-
HSV(B)261.08º29.13%49.8%-
XYZ13.0811.7321.65-
YUV98.1144.31131.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 127 (50% from 255) = 39.69%
R=32.19%
G=28.12%
B=39.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103901270.190.2900.50261.0817.0542.55
Hex675A7F131D032105112b
Octal14713217723350624052153
Binary1100111101101011111111001111101011001010000010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,90,127); }

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

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

 a { background-color: rgb(103,90,127); }

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

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

 span { border-color: rgb(103,90,127); }

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