#696084

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

Shades of Kimberly #696084

Tints of Kimberly #696084

Color information

#696084 (or 0x696084) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 84. RGB value is (105,96,132). Sum of RGB (Red+Green+Blue) = 105+96+132=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #696084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696084 is #969F7B. Grayscale: #666666. Windows color (decimal): -9871228 or 8675433. OLE color: 8675433.

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

Color convert

RGB10596132-
CMYK0.200.2700.48
HSL255º15.79%44.71%-
HSV(B)255º27.27%51.76%-
XYZ14.1713.0323.6-
YUV102.8144.48129.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=31.53%
G=28.83%
B=39.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105961320.200.2700.4825515.7944.71
Hex696084141B030ff102d
Octal15114020424330603772055
Binary1101001110000010000100101001101101100001111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696084; }

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

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

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

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

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

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

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

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