Html Css Color HEX #969CBB Logan

📋 copy color: '#969CBB'

red 150 ◦ green 156 ◦ blue 187

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

Shades of Logan #969CBB

Tints of Logan #969CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.64%

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 30.43%
G = 31.64%
B = 37.93%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#969CBB (or 0x969CBB) is known color: Logan. HEX triplet: 96, 9C and BB. RGB value is (150,156,187). Sum of RGB (Red+Green+Blue) = 150+156+187=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #969CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CBB is #696344. Grayscale: #9D9D9D. Windows color (decimal): -6906693 or 12295318. OLE color: 12295318.

HSL color Cylindrical-coordinate representation of color #969CBB: hue angle of 230.27º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #969CBB is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 156 187 -
CMYK 0.20 0.17 0 0.27
HSL 230.27º 0.21% 0.66% -
HSV(B) 230.27º 0.2% 0.73% -
XYZ 33.44 33.85 51.78 -
YUV 157.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 150 156 187 0.20 0.17 0 0.27 230.27 0.21 0.66
Hex 96 9C BB 14 11 0 1B E6 15 42
Octal 226 234 273 24 21 0 33 346 25 102
Binary 10010110 10011100 10111011 10100 10001 0 11011 11100110 10101 1000010

Color Harmonies of #969CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CBB

Black with #969CBB

Text Example


Text Example

White with #969CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,156,187); }

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

background-color css

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

 a { background-color: rgb(150,156,187); }

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

border-color css

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

 span { border-color: rgb(150,156,187); }

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