#696090

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

Shades of Kimberly #696090

Tints of Kimberly #696090

Color information

#696090 (or 0x696090) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 90. RGB value is (105,96,144). Sum of RGB (Red+Green+Blue) = 105+96+144=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #696090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696090 is #969F6F. Grayscale: #676767. Windows color (decimal): -9871216 or 9461865. OLE color: 9461865.

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

Color convert

RGB10596144-
CMYK0.270.3300.44
HSL251.25º20%47.06%-
HSV(B)251.25º33.33%56.47%-
XYZ15.0413.3828.18-
YUV104.16150.48128.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=30.43%
G=27.83%
B=41.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105961440.270.3300.44251.252047.06
Hex6960901B2102Cfb142f
Octal15114022033410543732457
Binary11010011100000100100001101110000101011001111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696090; }

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

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

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

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

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

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

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

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