Html Css Color HEX #96A4B6 Rock Blue

📋 copy color: '#96A4B6'

red 150 ◦ green 164 ◦ blue 182

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

Shades of Rock Blue #96A4B6

Tints of Rock Blue #96A4B6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.06%

 BLUE value IS 182 (71.48% from 255) = 36.69%

R = 30.24%
G = 33.06%
B = 36.69%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#96A4B6 (or 0x96A4B6) is known color: Rock Blue. HEX triplet: 96, A4 and B6. RGB value is (150,164,182). Sum of RGB (Red+Green+Blue) = 150+164+182=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #96A4B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4B6 is #695B49. Grayscale: #A1A1A1. Windows color (decimal): -6904650 or 11969686. OLE color: 11969686.

HSL color Cylindrical-coordinate representation of color #96A4B6: hue angle of 213.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96A4B6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 164 182 -
CMYK 0.18 0.10 0 0.29
HSL 213.75º 0.18% 0.65% -
HSV(B) 213.75º 0.18% 0.71% -
XYZ 34.3 36.41 49.48 -
YUV 161.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 150 164 182 0.18 0.10 0 0.29 213.75 0.18 0.65
Hex 96 A4 B6 12 A 0 1D D6 12 41
Octal 226 244 266 22 12 0 35 326 22 101
Binary 10010110 10100100 10110110 10010 1010 0 11101 11010110 10010 1000001

Color Harmonies of #96A4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A4B6

Black with #96A4B6

Text Example


Text Example

White with #96A4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A4B6; }

 p { color: rgb(150,164,182); }

 H1.HeaderClassName
 {
   color: #96A4B6;
 }
 .AnyTagClassName
 {
   color: #96A4B6;
 }
</style>

background-color css

<style>
 a { background-color: #96A4B6; }

 a { background-color: rgb(150,164,182); }

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

border-color css

<style>
 span { border-color: #96A4B6; }

 span { border-color: rgb(150,164,182); }

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