Html Css Color HEX #97A6C0 Rock Blue

📋 copy color: '#97A6C0'

red 151 ◦ green 166 ◦ blue 192

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

Shades of Rock Blue #97A6C0

Tints of Rock Blue #97A6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 29.67%
G = 32.61%
B = 37.72%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#97A6C0 (or 0x97A6C0) is known color: Rock Blue. HEX triplet: 97, A6 and C0. RGB value is (151,166,192). Sum of RGB (Red+Green+Blue) = 151+166+192=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #97A6C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A6C0 is #68593F. Grayscale: #A4A4A4. Windows color (decimal): -6838592 or 12625559. OLE color: 12625559.

HSL color Cylindrical-coordinate representation of color #97A6C0: hue angle of 218.05º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97A6C0 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 166 192 -
CMYK 0.21 0.14 0 0.25
HSL 218.05º 0.25% 0.67% -
HSV(B) 218.05º 0.21% 0.75% -
XYZ 35.91 37.66 55.24 -
YUV 164.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 151 166 192 0.21 0.14 0 0.25 218.05 0.25 0.67
Hex 97 A6 C0 15 E 0 19 DA 19 43
Octal 227 246 300 25 16 0 31 332 31 103
Binary 10010111 10100110 11000000 10101 1110 0 11001 11011010 11001 1000011

Color Harmonies of #97A6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A6C0

Black with #97A6C0

Text Example


Text Example

White with #97A6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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