#70969F

Color #70969F Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #70969F

Tints of Bermuda Grey #70969F

Color information

#70969F (or 0x70969F) is unknown color: approx Bermuda Grey. HEX triplet: 70, 96 and 9F. RGB value is (112,150,159). Sum of RGB (Red+Green+Blue) = 112+150+159=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #70969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70969F is #8F6960. Grayscale: #8B8B8B. Windows color (decimal): -9398625 or 10458736. OLE color: 10458736.

HSL color Cylindrical-coordinate representation of color #70969F: hue angle of 191.49º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70969F is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112150159-
CMYK0.300.0600.38
HSL191.49º19.67%53.14%-
HSV(B)191.49º29.56%62.35%-
XYZ23.8527.7636.9-
YUV139.66138.91108.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=26.60%
G=35.63%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121501590.300.0600.38191.4919.6753.14
Hex70969F1E6026bf1435
Octal1602262373660462772465
Binary111000010010110100111111111011001001101011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70969F; }

 p { color: rgb(112,150,159); }

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

<style>
 a { background-color: #70969F; }

 a { background-color: rgb(112,150,159); }

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

<style>
 span { border-color: #70969F; }

 span { border-color: rgb(112,150,159); }

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