Html Css Color HEX #6F879B Bermuda Grey

📋 copy color: '#6F879B'

red 111 ◦ green 135 ◦ blue 155

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

Shades of Bermuda Grey #6F879B

Tints of Bermuda Grey #6F879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

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

R = 27.68%
G = 33.67%
B = 38.65%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F879B (or 0x6F879B) is known color: Bermuda Grey. HEX triplet: 6F, 87 and 9B. RGB value is (111,135,155). Sum of RGB (Red+Green+Blue) = 111+135+155=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F879B is #907864. Grayscale: #828282. Windows color (decimal): -9468005 or 10192751. OLE color: 10192751.

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

Color convert

RGB 111 135 155 -
CMYK 0.28 0.13 0 0.39
HSL 207.27º 0.18% 0.52% -
HSV(B) 207.27º 0.28% 0.61% -
XYZ 21.14 23.07 34.35 -
YUV 130.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 111 135 155 0.28 0.13 0 0.39 207.27 0.18 0.52
Hex 6F 87 9B 1C D 0 27 CF 12 34
Octal 157 207 233 34 15 0 47 317 22 64
Binary 1101111 10000111 10011011 11100 1101 0 100111 11001111 10010 110100

Color Harmonies of #6F879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F879B

Black with #6F879B

Text Example


Text Example

White with #6F879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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