Html Css Color HEX #6F8D9D Bermuda Grey

📋 copy color: '#6F8D9D'

red 111 ◦ green 141 ◦ blue 157

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

Shades of Bermuda Grey #6F8D9D

Tints of Bermuda Grey #6F8D9D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 27.14%
G = 34.47%
B = 38.39%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F8D9D (or 0x6F8D9D) is known color: Bermuda Grey. HEX triplet: 6F, 8D and 9D. RGB value is (111,141,157). Sum of RGB (Red+Green+Blue) = 111+141+157=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F8D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8D9D is #907262. Grayscale: #858585. Windows color (decimal): -9466467 or 10325359. OLE color: 10325359.

HSL color Cylindrical-coordinate representation of color #6F8D9D: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F8D9D is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 141 157 -
CMYK 0.29 0.10 0 0.38
HSL 200.87º 0.19% 0.53% -
HSV(B) 200.87º 0.29% 0.62% -
XYZ 22.17 24.86 35.53 -
YUV 133.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 111 141 157 0.29 0.10 0 0.38 200.87 0.19 0.53
Hex 6F 8D 9D 1D A 0 26 C9 13 35
Octal 157 215 235 35 12 0 46 311 23 65
Binary 1101111 10001101 10011101 11101 1010 0 100110 11001001 10011 110101

Color Harmonies of #6F8D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8D9D

Black with #6F8D9D

Text Example


Text Example

White with #6F8D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,141,157); }

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

background-color css

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

 a { background-color: rgb(111,141,157); }

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

border-color css

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

 span { border-color: rgb(111,141,157); }

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