#675E8A

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

Shades of Kimberly #675E8A

Tints of Kimberly #675E8A

Color information

#675E8A (or 0x675E8A) is unknown color: approx Kimberly. HEX triplet: 67, 5E and 8A. RGB value is (103,94,138). Sum of RGB (Red+Green+Blue) = 103+94+138=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #675E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675E8A is #98A175. Grayscale: #656565. Windows color (decimal): -10002806 or 9068135. OLE color: 9068135.

HSL color Cylindrical-coordinate representation of color #675E8A: hue angle of 252.27º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #675E8A is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10394138-
CMYK0.250.3200.46
HSL252.27º18.97%45.49%-
HSV(B)252.27º31.88%54.12%-
XYZ14.1812.7225.75-
YUV101.71148.48128.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.75%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=30.75%
G=28.06%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal103941380.250.3200.46252.2718.9745.49
Hex675E8A192002Efc132d
Octal14713621231400563742355
Binary11001111011110100010101100110000001011101111110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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