#675E91

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

Shades of Kimberly #675E91

Tints of Kimberly #675E91

Color information

#675E91 (or 0x675E91) is unknown color: approx Kimberly. HEX triplet: 67, 5E and 91. RGB value is (103,94,145). Sum of RGB (Red+Green+Blue) = 103+94+145=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #675E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675E91 is #98A16E. Grayscale: #666666. Windows color (decimal): -10002799 or 9526887. OLE color: 9526887.

HSL color Cylindrical-coordinate representation of color #675E91: hue angle of 250.59º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675E91 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10394145-
CMYK0.290.3500.43
HSL250.59º21.34%46.86%-
HSV(B)250.59º35.17%56.86%-
XYZ14.7112.9328.51-
YUV102.5151.98128.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=30.12%
G=27.49%
B=42.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103941450.290.3500.43250.5921.3446.86
Hex675E911D2302Bfb152f
Octal14713622135430533732557
Binary11001111011110100100011110110001101010111111101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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