Html Css Color HEX #6F949E Bermuda Grey

📋 copy color: '#6F949E'

red 111 ◦ green 148 ◦ blue 158

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

Shades of Bermuda Grey #6F949E

Tints of Bermuda Grey #6F949E

RGB

 RED value IS 111 (43.75% from 255) = 26.62%

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 158 (62.11% from 255) = 37.89%

R = 26.62%
G = 35.49%
B = 37.89%

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

#6F949E (or 0x6F949E) is known color: Bermuda Grey. HEX triplet: 6F, 94 and 9E. RGB value is (111,148,158). Sum of RGB (Red+Green+Blue) = 111+148+158=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F949E is #906B61. Grayscale: #8A8A8A. Windows color (decimal): -9464674 or 10392687. OLE color: 10392687.

HSL color Cylindrical-coordinate representation of color #6F949E: hue angle of 192.77º 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 #6F949E is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 148 158 -
CMYK 0.30 0.06 0 0.38
HSL 192.77º 0.2% 0.53% -
HSV(B) 192.77º 0.3% 0.62% -
XYZ 23.32 27.03 36.34 -
YUV 138.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 111 148 158 0.30 0.06 0 0.38 192.77 0.2 0.53
Hex 6F 94 9E 1E 6 0 26 C1 14 35
Octal 157 224 236 36 6 0 46 301 24 65
Binary 1101111 10010100 10011110 11110 110 0 100110 11000001 10100 110101

Color Harmonies of #6F949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F949E

Black with #6F949E

Text Example


Text Example

White with #6F949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F949E; }

 p { color: rgb(111,148,158); }

 H1.HeaderClassName
 {
   color: #6F949E;
 }
 .AnyTagClassName
 {
   color: #6F949E;
 }
</style>

background-color css

<style>
 a { background-color: #6F949E; }

 a { background-color: rgb(111,148,158); }

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

border-color css

<style>
 span { border-color: #6F949E; }

 span { border-color: rgb(111,148,158); }

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