#675F84

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

Shades of Kimberly #675F84

Tints of Kimberly #675F84

Color information

#675F84 (or 0x675F84) is unknown color: approx Kimberly. HEX triplet: 67, 5F and 84. RGB value is (103,95,132). Sum of RGB (Red+Green+Blue) = 103+95+132=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #675F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F84 is #98A07B. Grayscale: #656565. Windows color (decimal): -10002556 or 8675175. OLE color: 8675175.

HSL color Cylindrical-coordinate representation of color #675F84: hue angle of 252.97º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #675F84 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10395132-
CMYK0.220.2800.48
HSL252.97º16.3%44.51%-
HSV(B)252.97º28.03%51.76%-
XYZ13.8512.7323.56-
YUV101.61145.15128.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 132 (51.95% from 255) = 40%
R=31.21%
G=28.79%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103951320.220.2800.48252.9716.344.51
Hex675F84161C030fd102d
Octal14713720426340603752055
Binary1100111101111110000100101101110001100001111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,95,132); }

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

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

 a { background-color: rgb(103,95,132); }

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

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

 span { border-color: rgb(103,95,132); }

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