Html Css Color HEX #70969F Bermuda Grey

📋 copy color: '#70969F'

red 112 ◦ green 150 ◦ blue 159

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

Shades of Bermuda Grey #70969F

Tints of Bermuda Grey #70969F

RGB

 RED value IS 112 (44.14% from 255) = 26.6%

 GREEN value IS 150 (58.98% from 255) = 35.63%

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 26.6%
G = 35.63%
B = 37.77%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70969F (or 0x70969F) is known color: 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

RGB 112 150 159 -
CMYK 0.30 0.06 0 0.38
HSL 191.49º 0.2% 0.53% -
HSV(B) 191.49º 0.3% 0.62% -
XYZ 23.85 27.76 36.9 -
YUV 139.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 112 150 159 0.30 0.06 0 0.38 191.49 0.2 0.53
Hex 70 96 9F 1E 6 0 26 BF 14 35
Octal 160 226 237 36 6 0 46 277 24 65
Binary 1110000 10010110 10011111 11110 110 0 100110 10111111 10100 110101

Color Harmonies of #70969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70969F

Black with #70969F

Text Example


Text Example

White with #70969F

Text Example


Text Example

HTML Codes & Css Web 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>