Html Css Color HEX #6F889B Bermuda Grey

📋 copy color: '#6F889B'

red 111 ◦ green 136 ◦ blue 155

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

Shades of Bermuda Grey #6F889B

Tints of Bermuda Grey #6F889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 27.61%
G = 33.83%
B = 38.56%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F889B (or 0x6F889B) is known color: Bermuda Grey. HEX triplet: 6F, 88 and 9B. RGB value is (111,136,155). Sum of RGB (Red+Green+Blue) = 111+136+155=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F889B is #907764. Grayscale: #828282. Windows color (decimal): -9467749 or 10193007. OLE color: 10193007.

HSL color Cylindrical-coordinate representation of color #6F889B: hue angle of 205.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F889B is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 136 155 -
CMYK 0.28 0.12 0 0.39
HSL 205.91º 0.18% 0.52% -
HSV(B) 205.91º 0.28% 0.61% -
XYZ 21.28 23.35 34.4 -
YUV 130.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 111 136 155 0.28 0.12 0 0.39 205.91 0.18 0.52
Hex 6F 88 9B 1C C 0 27 CE 12 34
Octal 157 210 233 34 14 0 47 316 22 64
Binary 1101111 10001000 10011011 11100 1100 0 100111 11001110 10010 110100

Color Harmonies of #6F889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F889B

Black with #6F889B

Text Example


Text Example

White with #6F889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,136,155); }

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

background-color css

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

 a { background-color: rgb(111,136,155); }

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

border-color css

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

 span { border-color: rgb(111,136,155); }

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