#696290

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

Shades of Kimberly #696290

Tints of Kimberly #696290

Color information

#696290 (or 0x696290) is unknown color: approx Kimberly. HEX triplet: 69, 62 and 90. RGB value is (105,98,144). Sum of RGB (Red+Green+Blue) = 105+98+144=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #696290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696290 is #969D6F. Grayscale: #696969. Windows color (decimal): -9870704 or 9462377. OLE color: 9462377.

HSL color Cylindrical-coordinate representation of color #696290: hue angle of 249.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696290 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10598144-
CMYK0.270.3200.44
HSL249.13º19.01%47.45%-
HSV(B)249.13º31.94%56.47%-
XYZ15.2313.7528.24-
YUV105.34149.82127.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=30.26%
G=28.24%
B=41.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105981440.270.3200.44249.1319.0147.45
Hex6962901B2002Cf9132f
Octal15114222033400543712357
Binary11010011100010100100001101110000001011001111100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696290; }

 p { color: rgb(105,98,144); }

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

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

 a { background-color: rgb(105,98,144); }

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

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

 span { border-color: rgb(105,98,144); }

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