#696481

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

Shades of Kimberly #696481

Tints of Kimberly #696481

Color information

#696481 (or 0x696481) is unknown color: approx Kimberly. HEX triplet: 69, 64 and 81. RGB value is (105,100,129). Sum of RGB (Red+Green+Blue) = 105+100+129=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 129 - color contains mainly: blue. Hex color #696481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696481 is #969B7E. Grayscale: #686868. Windows color (decimal): -9870207 or 8479849. OLE color: 8479849.

HSL color Cylindrical-coordinate representation of color #696481: hue angle of 250.34º 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 #696481 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105100129-
CMYK0.190.2200.49
HSL250.34º12.66%44.9%-
HSV(B)250.34º22.48%50.59%-
XYZ14.3513.722.66-
YUV104.8141.66128.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=31.44%
G=29.94%
B=38.62%

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
Decimal1051001290.190.2200.49250.3412.6644.9
Hex6964811316031fad2d
Octal15114420123260613721555
Binary110100111001001000000110011101100110001111110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696481; }

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

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

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

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

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

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

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

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