#696482

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

Shades of Kimberly #696482

Tints of Kimberly #696482

Color information

#696482 (or 0x696482) is unknown color: approx Kimberly. HEX triplet: 69, 64 and 82. RGB value is (105,100,130). Sum of RGB (Red+Green+Blue) = 105+100+130=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #696482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696482 is #969B7D. Grayscale: #686868. Windows color (decimal): -9870206 or 8545385. OLE color: 8545385.

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

Color convert

RGB105100130-
CMYK0.190.2300.49
HSL250º13.04%45.1%-
HSV(B)250º23.08%50.98%-
XYZ14.4113.7323.01-
YUV104.92142.16128.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=31.34%
G=29.85%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051001300.190.2300.4925013.0445.1
Hex6964821317031fad2d
Octal15114420223270613721555
Binary110100111001001000001010011101110110001111110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696482; }

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

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

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

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

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

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

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

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