#675D85

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

Shades of Kimberly #675D85

Tints of Kimberly #675D85

Color information

#675D85 (or 0x675D85) is unknown color: approx Kimberly. HEX triplet: 67, 5D and 85. RGB value is (103,93,133). Sum of RGB (Red+Green+Blue) = 103+93+133=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #675D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675D85 is #98A27A. Grayscale: #646464. Windows color (decimal): -10003067 or 8740199. OLE color: 8740199.

HSL color Cylindrical-coordinate representation of color #675D85: hue angle of 255º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675D85 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10393133-
CMYK0.230.3000.48
HSL255º17.7%44.31%-
HSV(B)255º30.08%52.16%-
XYZ13.7412.4123.86-
YUV100.55146.31129.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=31.31%
G=28.27%
B=40.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103931330.230.3000.4825517.744.31
Hex675D85171E030ff122c
Octal14713520527360603772254
Binary1100111101110110000101101111111001100001111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,93,133); }

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

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

 a { background-color: rgb(103,93,133); }

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

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

 span { border-color: rgb(103,93,133); }

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