Html Css Color HEX #9699B3 Logan

📋 copy color: '#9699B3'

red 150 ◦ green 153 ◦ blue 179

#9699B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Logan #9699B3

Tints of Logan #9699B3

RGB

 RED value IS 150 (58.98% from 255) = 31.12%

 GREEN value IS 153 (60.16% from 255) = 31.74%

 BLUE value IS 179 (70.31% from 255) = 37.14%

R = 31.12%
G = 31.74%
B = 37.14%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9699B3 (or 0x9699B3) is known color: Logan. HEX triplet: 96, 99 and B3. RGB value is (150,153,179). Sum of RGB (Red+Green+Blue) = 150+153+179=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #9699B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699B3 is #69664C. Grayscale: #9A9A9A. Windows color (decimal): -6907469 or 11770262. OLE color: 11770262.

HSL color Cylindrical-coordinate representation of color #9699B3: hue angle of 233.79º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9699B3 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 153 179 -
CMYK 0.16 0.15 0 0.30
HSL 233.79º 0.16% 0.65% -
HSV(B) 233.79º 0.16% 0.7% -
XYZ 32.11 32.52 47.23 -
YUV 155.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 150 153 179 0.16 0.15 0 0.30 233.79 0.16 0.65
Hex 96 99 B3 10 F 0 1E EA 10 41
Octal 226 231 263 20 17 0 36 352 20 101
Binary 10010110 10011001 10110011 10000 1111 0 11110 11101010 10000 1000001

Color Harmonies of #9699B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699B3

Black with #9699B3

Text Example


Text Example

White with #9699B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9699B3;
 }
 .AnyTagClassName
 {
   color: #9699B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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