Html Css Color HEX #969FAE Rock Blue

📋 copy color: '#969FAE'

red 150 ◦ green 159 ◦ blue 174

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

Shades of Rock Blue #969FAE

Tints of Rock Blue #969FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.92%

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

R = 31.06%
G = 32.92%
B = 36.02%

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

#969FAE (or 0x969FAE) is known color: Rock Blue. HEX triplet: 96, 9F and AE. RGB value is (150,159,174). Sum of RGB (Red+Green+Blue) = 150+159+174=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #969FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FAE is #696051. Grayscale: #9D9D9D. Windows color (decimal): -6905938 or 11444118. OLE color: 11444118.

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

Color convert

RGB 150 159 174 -
CMYK 0.14 0.09 0 0.32
HSL 217.5º 0.13% 0.64% -
HSV(B) 217.5º 0.14% 0.68% -
XYZ 32.62 34.34 44.95 -
YUV 158.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 150 159 174 0.14 0.09 0 0.32 217.5 0.13 0.64
Hex 96 9F AE E 9 0 20 DA D 40
Octal 226 237 256 16 11 0 40 332 15 100
Binary 10010110 10011111 10101110 1110 1001 0 100000 11011010 1101 1000000

Color Harmonies of #969FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FAE

Black with #969FAE

Text Example


Text Example

White with #969FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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