Html Css Color HEX #6F899D Bermuda Grey

📋 copy color: '#6F899D'

red 111 ◦ green 137 ◦ blue 157

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

Shades of Bermuda Grey #6F899D

Tints of Bermuda Grey #6F899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.83%

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

R = 27.41%
G = 33.83%
B = 38.77%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F899D (or 0x6F899D) is known color: Bermuda Grey. HEX triplet: 6F, 89 and 9D. RGB value is (111,137,157). Sum of RGB (Red+Green+Blue) = 111+137+157=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F899D is #907662. Grayscale: #838383. Windows color (decimal): -9467491 or 10324335. OLE color: 10324335.

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

Color convert

RGB 111 137 157 -
CMYK 0.29 0.13 0 0.38
HSL 206.09º 0.19% 0.53% -
HSV(B) 206.09º 0.29% 0.62% -
XYZ 21.59 23.71 35.34 -
YUV 131.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 111 137 157 0.29 0.13 0 0.38 206.09 0.19 0.53
Hex 6F 89 9D 1D D 0 26 CE 13 35
Octal 157 211 235 35 15 0 46 316 23 65
Binary 1101111 10001001 10011101 11101 1101 0 100110 11001110 10011 110101

Color Harmonies of #6F899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F899D

Black with #6F899D

Text Example


Text Example

White with #6F899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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