Html Css Color HEX #6B8697 Bermuda Grey

📋 copy color: '#6B8697'

red 107 ◦ green 134 ◦ blue 151

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

Shades of Bermuda Grey #6B8697

Tints of Bermuda Grey #6B8697

RGB

 RED value IS 107 (42.19% from 255) = 27.3%

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 27.3%
G = 34.18%
B = 38.52%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B8697 (or 0x6B8697) is known color: Bermuda Grey. HEX triplet: 6B, 86 and 97. RGB value is (107,134,151). Sum of RGB (Red+Green+Blue) = 107+134+151=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B8697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8697 is #947968. Grayscale: #7F7F7F. Windows color (decimal): -9730409 or 9930347. OLE color: 9930347.

HSL color Cylindrical-coordinate representation of color #6B8697: hue angle of 203.18º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B8697 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 134 151 -
CMYK 0.29 0.11 0 0.41
HSL 203.18º 0.17% 0.51% -
HSV(B) 203.18º 0.29% 0.59% -
XYZ 20.17 22.41 32.54 -
YUV 127.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 107 134 151 0.29 0.11 0 0.41 203.18 0.17 0.51
Hex 6B 86 97 1D B 0 29 CB 11 33
Octal 153 206 227 35 13 0 51 313 21 63
Binary 1101011 10000110 10010111 11101 1011 0 101001 11001011 10001 110011

Color Harmonies of #6B8697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8697

Black with #6B8697

Text Example


Text Example

White with #6B8697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,134,151); }

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

background-color css

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

 a { background-color: rgb(107,134,151); }

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

border-color css

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

 span { border-color: rgb(107,134,151); }

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