#9699BD

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

Shades of Logan #9699BD

Tints of Logan #9699BD

Color information

#9699BD (or 0x9699BD) is unknown color: approx Logan. HEX triplet: 96, 99 and BD. RGB value is (150,153,189). Sum of RGB (Red+Green+Blue) = 150+153+189=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #9699BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699BD is #696642. Grayscale: #9C9C9C. Windows color (decimal): -6907459 or 12425622. OLE color: 12425622.

HSL color Cylindrical-coordinate representation of color #9699BD: hue angle of 235.38º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9699BD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150153189-
CMYK0.210.1900.26
HSL235.38º22.81%66.47%-
HSV(B)235.38º20.63%74.12%-
XYZ33.1532.9452.75-
YUV156.21146.51123.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=30.49%
G=31.10%
B=38.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501531890.210.1900.26235.3822.8166.47
Hex9699BD151301Aeb1742
Octal226231275252303235327102
Binary100101101001100110111101101011001101101011101011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9699BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9699BD; }

 p { color: rgb(150,153,189); }

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

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

 a { background-color: rgb(150,153,189); }

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

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

 span { border-color: rgb(150,153,189); }

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