#696184

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

Shades of Kimberly #696184

Tints of Kimberly #696184

Color information

#696184 (or 0x696184) is unknown color: approx Kimberly. HEX triplet: 69, 61 and 84. RGB value is (105,97,132). Sum of RGB (Red+Green+Blue) = 105+97+132=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #696184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696184 is #969E7B. Grayscale: #676767. Windows color (decimal): -9870972 or 8675689. OLE color: 8675689.

HSL color Cylindrical-coordinate representation of color #696184: hue angle of 253.71º degrees, saturation: 0.15, 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 #696184 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10597132-
CMYK0.200.2700.48
HSL253.71º15.28%44.9%-
HSV(B)253.71º26.52%51.76%-
XYZ14.2713.2223.63-
YUV103.38144.15129.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=31.44%
G=29.04%
B=39.52%

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
Decimal105971320.200.2700.48253.7115.2844.9
Hex696184141B030fef2d
Octal15114120424330603761755
Binary110100111000011000010010100110110110000111111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696184; }

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

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

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

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

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

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

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

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