Html Css Color HEX #969DAE Rock Blue

📋 copy color: '#969DAE'

red 150 ◦ green 157 ◦ blue 174

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

Shades of Rock Blue #969DAE

Tints of Rock Blue #969DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.64%

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

R = 31.19%
G = 32.64%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#969DAE (or 0x969DAE) is known color: Rock Blue. HEX triplet: 96, 9D and AE. RGB value is (150,157,174). Sum of RGB (Red+Green+Blue) = 150+157+174=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #969DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969DAE is #696251. Grayscale: #9C9C9C. Windows color (decimal): -6906450 or 11443606. OLE color: 11443606.

HSL color Cylindrical-coordinate representation of color #969DAE: hue angle of 222.5º 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 #969DAE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 157 174 -
CMYK 0.14 0.10 0 0.32
HSL 222.5º 0.13% 0.64% -
HSV(B) 222.5º 0.14% 0.68% -
XYZ 32.27 33.65 44.84 -
YUV 156.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 150 157 174 0.14 0.10 0 0.32 222.5 0.13 0.64
Hex 96 9D AE E A 0 20 DE D 40
Octal 226 235 256 16 12 0 40 336 15 100
Binary 10010110 10011101 10101110 1110 1010 0 100000 11011110 1101 1000000

Color Harmonies of #969DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969DAE

Black with #969DAE

Text Example


Text Example

White with #969DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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