Html Css Color HEX #6B889B Bermuda Grey

📋 copy color: '#6B889B'

red 107 ◦ green 136 ◦ blue 155

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

Shades of Bermuda Grey #6B889B

Tints of Bermuda Grey #6B889B

RGB

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

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

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

R = 26.88%
G = 34.17%
B = 38.94%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B889B (or 0x6B889B) is known color: Bermuda Grey. HEX triplet: 6B, 88 and 9B. RGB value is (107,136,155). Sum of RGB (Red+Green+Blue) = 107+136+155=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B889B is #947764. Grayscale: #818181. Windows color (decimal): -9729893 or 10193003. OLE color: 10193003.

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

Color convert

RGB 107 136 155 -
CMYK 0.31 0.12 0 0.39
HSL 203.75º 0.19% 0.51% -
HSV(B) 203.75º 0.31% 0.61% -
XYZ 20.78 23.1 34.37 -
YUV 129.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 107 136 155 0.31 0.12 0 0.39 203.75 0.19 0.51
Hex 6B 88 9B 1F C 0 27 CC 13 33
Octal 153 210 233 37 14 0 47 314 23 63
Binary 1101011 10001000 10011011 11111 1100 0 100111 11001100 10011 110011

Color Harmonies of #6B889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B889B

Black with #6B889B

Text Example


Text Example

White with #6B889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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