#9690BF

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

Shades of Logan #9690BF

Tints of Logan #9690BF

Color information

#9690BF (or 0x9690BF) is unknown color: approx Logan. HEX triplet: 96, 90 and BF. RGB value is (150,144,191). Sum of RGB (Red+Green+Blue) = 150+144+191=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #9690BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690BF is #696F40. Grayscale: #969696. Windows color (decimal): -6909761 or 12554390. OLE color: 12554390.

HSL color Cylindrical-coordinate representation of color #9690BF: hue angle of 247.66º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9690BF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150144191-
CMYK0.210.2500.25
HSL247.66º26.86%65.69%-
HSV(B)247.66º24.61%74.9%-
XYZ31.9530.1953.43-
YUV151.15150.49127.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 191 (75% from 255) = 39.38%
R=30.93%
G=29.69%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501441910.210.2500.25247.6626.8665.69
Hex9690BF1519019f81b42
Octal226220277253103137033102
Binary100101101001000010111111101011100101100111111000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9690BF; }

 p { color: rgb(150,144,191); }

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

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

 a { background-color: rgb(150,144,191); }

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

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

 span { border-color: rgb(150,144,191); }

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