Html Css Color HEX #97A6BA Rock Blue

📋 copy color: '#97A6BA'

red 151 ◦ green 166 ◦ blue 186

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

Shades of Rock Blue #97A6BA

Tints of Rock Blue #97A6BA

RGB

 RED value IS 151 (59.38% from 255) = 30.02%

 GREEN value IS 166 (65.23% from 255) = 33%

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 30.02%
G = 33%
B = 36.98%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#97A6BA (or 0x97A6BA) is known color: Rock Blue. HEX triplet: 97, A6 and BA. RGB value is (151,166,186). Sum of RGB (Red+Green+Blue) = 151+166+186=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #97A6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A6BA is #685945. Grayscale: #A3A3A3. Windows color (decimal): -6838598 or 12232343. OLE color: 12232343.

HSL color Cylindrical-coordinate representation of color #97A6BA: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97A6BA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 166 186 -
CMYK 0.19 0.11 0 0.27
HSL 214.29º 0.2% 0.66% -
HSV(B) 214.29º 0.19% 0.73% -
XYZ 35.26 37.4 51.81 -
YUV 163.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 151 166 186 0.19 0.11 0 0.27 214.29 0.2 0.66
Hex 97 A6 BA 13 B 0 1B D6 14 42
Octal 227 246 272 23 13 0 33 326 24 102
Binary 10010111 10100110 10111010 10011 1011 0 11011 11010110 10100 1000010

Color Harmonies of #97A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A6BA

Black with #97A6BA

Text Example


Text Example

White with #97A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A6BA; }

 p { color: rgb(151,166,186); }

 H1.HeaderClassName
 {
   color: #97A6BA;
 }
 .AnyTagClassName
 {
   color: #97A6BA;
 }
</style>

background-color css

<style>
 a { background-color: #97A6BA; }

 a { background-color: rgb(151,166,186); }

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

border-color css

<style>
 span { border-color: #97A6BA; }

 span { border-color: rgb(151,166,186); }

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