Html Css Color HEX #6B849B Bermuda Grey

📋 copy color: '#6B849B'

red 107 ◦ green 132 ◦ blue 155

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

Shades of Bermuda Grey #6B849B

Tints of Bermuda Grey #6B849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 27.16%
G = 33.5%
B = 39.34%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B849B (or 0x6B849B) is known color: Bermuda Grey. HEX triplet: 6B, 84 and 9B. RGB value is (107,132,155). Sum of RGB (Red+Green+Blue) = 107+132+155=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B849B is #947B64. Grayscale: #7F7F7F. Windows color (decimal): -9730917 or 10191979. OLE color: 10191979.

HSL color Cylindrical-coordinate representation of color #6B849B: hue angle of 208.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 #6B849B is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 132 155 -
CMYK 0.31 0.15 0 0.39
HSL 208.75º 0.19% 0.51% -
HSV(B) 208.75º 0.31% 0.61% -
XYZ 20.23 21.99 34.19 -
YUV 127.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 107 132 155 0.31 0.15 0 0.39 208.75 0.19 0.51
Hex 6B 84 9B 1F F 0 27 D1 13 33
Octal 153 204 233 37 17 0 47 321 23 63
Binary 1101011 10000100 10011011 11111 1111 0 100111 11010001 10011 110011

Color Harmonies of #6B849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B849B

Black with #6B849B

Text Example


Text Example

White with #6B849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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