#906689

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

Shades of Trendy Pink #906689

Tints of Trendy Pink #906689

Color information

#906689 (or 0x906689) is unknown color: approx Trendy Pink. HEX triplet: 90, 66 and 89. RGB value is (144,102,137). Sum of RGB (Red+Green+Blue) = 144+102+137=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #906689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906689 is #6F9976. Grayscale: #767676. Windows color (decimal): -7313783 or 9004688. OLE color: 9004688.

HSL color Cylindrical-coordinate representation of color #906689: hue angle of 310º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906689 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB144102137-
CMYK00.290.050.44
HSL310º17.07%48.24%-
HSV(B)310º29.17%56.47%-
XYZ20.7717.2425.9-
YUV118.55138.41146.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=37.60%
G=26.63%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410213700.290.050.4431017.0748.24
Hex90668901D52C1361130
Octal2201462110355544662160
Binary1001000011001101000100101110110110110010011011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906689; }

 p { color: rgb(144,102,137); }

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

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

 a { background-color: rgb(144,102,137); }

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

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

 span { border-color: rgb(144,102,137); }

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