#676082

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

Shades of Kimberly #676082

Tints of Kimberly #676082

Color information

#676082 (or 0x676082) is unknown color: approx Kimberly. HEX triplet: 67, 60 and 82. RGB value is (103,96,130). Sum of RGB (Red+Green+Blue) = 103+96+130=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #676082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676082 is #989F7D. Grayscale: #656565. Windows color (decimal): -10002302 or 8544359. OLE color: 8544359.

HSL color Cylindrical-coordinate representation of color #676082: hue angle of 252.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #676082 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10396130-
CMYK0.210.2600.49
HSL252.35º15.04%44.31%-
HSV(B)252.35º26.15%50.98%-
XYZ13.8112.8622.87-
YUV101.97143.82128.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=31.31%
G=29.18%
B=39.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103961300.210.2600.49252.3515.0444.31
Hex676082151A031fcf2c
Octal14714020225320613741754
Binary110011111000001000001010101110100110001111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676082; }

 p { color: rgb(103,96,130); }

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

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

 a { background-color: rgb(103,96,130); }

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

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

 span { border-color: rgb(103,96,130); }

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