Html Css Color HEX #969BB3 Logan

📋 copy color: '#969BB3'

red 150 ◦ green 155 ◦ blue 179

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

Shades of Logan #969BB3

Tints of Logan #969BB3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

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

R = 30.99%
G = 32.02%
B = 36.98%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#969BB3 (or 0x969BB3) is known color: Logan. HEX triplet: 96, 9B and B3. RGB value is (150,155,179). Sum of RGB (Red+Green+Blue) = 150+155+179=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #969BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BB3 is #69644C. Grayscale: #9C9C9C. Windows color (decimal): -6906957 or 11770774. OLE color: 11770774.

HSL color Cylindrical-coordinate representation of color #969BB3: hue angle of 229.66º 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 #969BB3 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 155 179 -
CMYK 0.16 0.13 0 0.30
HSL 229.66º 0.16% 0.65% -
HSV(B) 229.66º 0.16% 0.7% -
XYZ 32.44 33.18 47.34 -
YUV 156.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 150 155 179 0.16 0.13 0 0.30 229.66 0.16 0.65
Hex 96 9B B3 10 D 0 1E E6 10 41
Octal 226 233 263 20 15 0 36 346 20 101
Binary 10010110 10011011 10110011 10000 1101 0 11110 11100110 10000 1000001

Color Harmonies of #969BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BB3

Black with #969BB3

Text Example


Text Example

White with #969BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #969BB3;
 }
 .AnyTagClassName
 {
   color: #969BB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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