#969EBE

Color #969EBE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #969EBE

Tints of Rock Blue #969EBE

Color information

#969EBE (or 0x969EBE) is unknown color: approx Rock Blue. HEX triplet: 96, 9E and BE. RGB value is (150,158,190). Sum of RGB (Red+Green+Blue) = 150+158+190=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #969EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EBE is #696141. Grayscale: #9F9F9F. Windows color (decimal): -6906178 or 12492438. OLE color: 12492438.

HSL color Cylindrical-coordinate representation of color #969EBE: hue angle of 228º degrees, saturation: 0.24, 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 #969EBE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150158190-
CMYK0.210.1700.25
HSL228º23.53%66.67%-
HSV(B)228º21.05%74.51%-
XYZ34.134.6653.61-
YUV159.26145.35121.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.12%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=30.12%
G=31.73%
B=38.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501581900.210.1700.2522823.5366.67
Hex969EBE1511019e41843
Octal226236276252103134430103
Binary100101101001111010111110101011000101100111100100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #969EBE;
 }
 .AnyTagClassName
 {
   color: #969EBE;
 }
</style>
background-color css

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

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

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

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

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

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