Html Css Color HEX #969EBB Rock Blue

📋 copy color: '#969EBB'

red 150 ◦ green 158 ◦ blue 187

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

Shades of Rock Blue #969EBB

Tints of Rock Blue #969EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 30.3%
G = 31.92%
B = 37.78%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#969EBB (or 0x969EBB) is known color: Rock Blue. HEX triplet: 96, 9E and BB. RGB value is (150,158,187). Sum of RGB (Red+Green+Blue) = 150+158+187=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #969EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EBB is #696144. Grayscale: #9E9E9E. Windows color (decimal): -6906181 or 12295830. OLE color: 12295830.

HSL color Cylindrical-coordinate representation of color #969EBB: hue angle of 227.03º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #969EBB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 158 187 -
CMYK 0.20 0.16 0 0.27
HSL 227.03º 0.21% 0.66% -
HSV(B) 227.03º 0.2% 0.73% -
XYZ 33.77 34.53 51.9 -
YUV 158.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 150 158 187 0.20 0.16 0 0.27 227.03 0.21 0.66
Hex 96 9E BB 14 10 0 1B E3 15 42
Octal 226 236 273 24 20 0 33 343 25 102
Binary 10010110 10011110 10111011 10100 10000 0 11011 11100011 10101 1000010

Color Harmonies of #969EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969EBB

Black with #969EBB

Text Example


Text Example

White with #969EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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