#696484

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

Shades of Kimberly #696484

Tints of Kimberly #696484

Color information

#696484 (or 0x696484) is unknown color: approx Kimberly. HEX triplet: 69, 64 and 84. RGB value is (105,100,132). Sum of RGB (Red+Green+Blue) = 105+100+132=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #696484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696484 is #969B7B. Grayscale: #696969. Windows color (decimal): -9870204 or 8676457. OLE color: 8676457.

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

Color convert

RGB105100132-
CMYK0.200.2400.48
HSL249.38º13.79%45.49%-
HSV(B)249.38º24.24%51.76%-
XYZ14.5513.7823.72-
YUV105.14143.16127.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=31.16%
G=29.67%
B=39.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051001320.200.2400.48249.3813.7945.49
Hex6964841418030f9e2d
Octal15114420424300603711655
Binary110100111001001000010010100110000110000111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696484; }

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

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

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

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

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

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

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

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