Html Css Color HEX #969EAC Rock Blue

📋 copy color: '#969EAC'

red 150 ◦ green 158 ◦ blue 172

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

Shades of Rock Blue #969EAC

Tints of Rock Blue #969EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.92%

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 31.25%
G = 32.92%
B = 35.83%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#969EAC (or 0x969EAC) is known color: Rock Blue. HEX triplet: 96, 9E and AC. RGB value is (150,158,172). Sum of RGB (Red+Green+Blue) = 150+158+172=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #969EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969EAC is #696153. Grayscale: #9D9D9D. Windows color (decimal): -6906196 or 11312790. OLE color: 11312790.

HSL color Cylindrical-coordinate representation of color #969EAC: hue angle of 218.18º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969EAC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 158 172 -
CMYK 0.13 0.08 0 0.33
HSL 218.18º 0.12% 0.63% -
HSV(B) 218.18º 0.13% 0.67% -
XYZ 32.25 33.92 43.88 -
YUV 157.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 150 158 172 0.13 0.08 0 0.33 218.18 0.12 0.63
Hex 96 9E AC D 8 0 21 DA C 3F
Octal 226 236 254 15 10 0 41 332 14 77
Binary 10010110 10011110 10101100 1101 1000 0 100001 11011010 1100 111111

Color Harmonies of #969EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969EAC

Black with #969EAC

Text Example


Text Example

White with #969EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,158,172); }

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

background-color css

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

 a { background-color: rgb(150,158,172); }

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

border-color css

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

 span { border-color: rgb(150,158,172); }

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