Html Css Color HEX #6F949F Bermuda Grey

📋 copy color: '#6F949F'

red 111 ◦ green 148 ◦ blue 159

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

Shades of Bermuda Grey #6F949F

Tints of Bermuda Grey #6F949F

RGB

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

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

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

R = 26.56%
G = 35.41%
B = 38.04%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F949F (or 0x6F949F) is known color: Bermuda Grey. HEX triplet: 6F, 94 and 9F. RGB value is (111,148,159). Sum of RGB (Red+Green+Blue) = 111+148+159=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F949F is #906B60. Grayscale: #8A8A8A. Windows color (decimal): -9464673 or 10458223. OLE color: 10458223.

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

Color convert

RGB 111 148 159 -
CMYK 0.30 0.07 0 0.38
HSL 193.75º 0.2% 0.53% -
HSV(B) 193.75º 0.3% 0.62% -
XYZ 23.4 27.06 36.79 -
YUV 138.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 111 148 159 0.30 0.07 0 0.38 193.75 0.2 0.53
Hex 6F 94 9F 1E 7 0 26 C2 14 35
Octal 157 224 237 36 7 0 46 302 24 65
Binary 1101111 10010100 10011111 11110 111 0 100110 11000010 10100 110101

Color Harmonies of #6F949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F949F

Black with #6F949F

Text Example


Text Example

White with #6F949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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