#696582

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

Shades of Kimberly #696582

Tints of Kimberly #696582

Color information

#696582 (or 0x696582) is unknown color: approx Kimberly. HEX triplet: 69, 65 and 82. RGB value is (105,101,130). Sum of RGB (Red+Green+Blue) = 105+101+130=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #696582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696582 is #969A7D. Grayscale: #696969. Windows color (decimal): -9869950 or 8545641. OLE color: 8545641.

HSL color Cylindrical-coordinate representation of color #696582: hue angle of 248.28º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696582 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105101130-
CMYK0.190.2200.49
HSL248.28º12.55%45.29%-
HSV(B)248.28º22.31%50.98%-
XYZ14.5113.9223.04-
YUV105.5141.83127.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=31.25%
G=30.06%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051011300.190.2200.49248.2812.5545.29
Hex6965821316031f8d2d
Octal15114520223260613701555
Binary110100111001011000001010011101100110001111110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696582; }

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

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

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

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

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

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

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

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