Html Css Color HEX #969EAE Rock Blue

📋 copy color: '#969EAE'

red 150 ◦ green 158 ◦ blue 174

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

Shades of Rock Blue #969EAE

Tints of Rock Blue #969EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 31.12%
G = 32.78%
B = 36.1%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#969EAE (or 0x969EAE) is known color: Rock Blue. HEX triplet: 96, 9E and AE. RGB value is (150,158,174). Sum of RGB (Red+Green+Blue) = 150+158+174=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #969EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969EAE is #696151. Grayscale: #9D9D9D. Windows color (decimal): -6906194 or 11443862. OLE color: 11443862.

HSL color Cylindrical-coordinate representation of color #969EAE: hue angle of 220º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #969EAE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 158 174 -
CMYK 0.14 0.09 0 0.32
HSL 220º 0.13% 0.64% -
HSV(B) 220º 0.14% 0.68% -
XYZ 32.44 33.99 44.9 -
YUV 157.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 150 158 174 0.14 0.09 0 0.32 220 0.13 0.64
Hex 96 9E AE E 9 0 20 DC D 40
Octal 226 236 256 16 11 0 40 334 15 100
Binary 10010110 10011110 10101110 1110 1001 0 100000 11011100 1101 1000000

Color Harmonies of #969EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969EAE

Black with #969EAE

Text Example


Text Example

White with #969EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,158,174); }

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

background-color css

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

 a { background-color: rgb(150,158,174); }

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

border-color css

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

 span { border-color: rgb(150,158,174); }

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