#696381

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

Shades of Kimberly #696381

Tints of Kimberly #696381

Color information

#696381 (or 0x696381) is unknown color: approx Kimberly. HEX triplet: 69, 63 and 81. RGB value is (105,99,129). Sum of RGB (Red+Green+Blue) = 105+99+129=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #696381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696381 is #969C7E. Grayscale: #686868. Windows color (decimal): -9870463 or 8479593. OLE color: 8479593.

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

Color convert

RGB10599129-
CMYK0.190.2300.49
HSL252º13.16%44.71%-
HSV(B)252º23.26%50.59%-
XYZ14.2513.5122.63-
YUV104.21141.99128.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=31.53%
G=29.73%
B=38.74%

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
Decimal105991290.190.2300.4925213.1644.71
Hex6963811317031fcd2d
Octal15114320123270613741555
Binary110100111000111000000110011101110110001111111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696381; }

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

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

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

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

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

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

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

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