#696082

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

Shades of Kimberly #696082

Tints of Kimberly #696082

Color information

#696082 (or 0x696082) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 82. RGB value is (105,96,130). Sum of RGB (Red+Green+Blue) = 105+96+130=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #696082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696082 is #969F7D. Grayscale: #666666. Windows color (decimal): -9871230 or 8544361. OLE color: 8544361.

HSL color Cylindrical-coordinate representation of color #696082: hue angle of 255.88º 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 #696082 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10596130-
CMYK0.190.2600.49
HSL255.88º15.04%44.31%-
HSV(B)255.88º26.15%50.98%-
XYZ14.0412.9822.88-
YUV102.57143.48129.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=31.72%
G=29.00%
B=39.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105961300.190.2600.49255.8815.0444.31
Hex696082131A031100f2c
Octal15114020223320614001754
Binary1101001110000010000010100111101001100011000000001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696082; }

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

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

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

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

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

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

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

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