#969AAF

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

Shades of Logan #969AAF

Tints of Logan #969AAF

Color information

#969AAF (or 0x969AAF) is unknown color: approx Logan. HEX triplet: 96, 9A and AF. RGB value is (150,154,175). Sum of RGB (Red+Green+Blue) = 150+154+175=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #969AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AAF is #696550. Grayscale: #9B9B9B. Windows color (decimal): -6907217 or 11508374. OLE color: 11508374.

HSL color Cylindrical-coordinate representation of color #969AAF: hue angle of 230.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #969AAF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150154175-
CMYK0.140.1200.31
HSL230.4º13.51%63.73%-
HSV(B)230.4º14.29%68.63%-
XYZ31.8732.6945.19-
YUV155.2139.17124.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=31.32%
G=32.15%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501541750.140.1200.31230.413.5163.73
Hex969AAFEC01Fe6e40
Octal226232257161403734616100
Binary100101101001101010101111111011000111111110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969AAF; }

 p { color: rgb(150,154,175); }

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

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

 a { background-color: rgb(150,154,175); }

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

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

 span { border-color: rgb(150,154,175); }

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