Html Css Color HEX #6D859A Bermuda Grey

📋 copy color: '#6D859A'

red 109 ◦ green 133 ◦ blue 154

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

Shades of Bermuda Grey #6D859A

Tints of Bermuda Grey #6D859A

RGB

 RED value IS 109 (42.97% from 255) = 27.53%

 GREEN value IS 133 (52.34% from 255) = 33.59%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 27.53%
G = 33.59%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D859A (or 0x6D859A) is known color: Bermuda Grey. HEX triplet: 6D, 85 and 9A. RGB value is (109,133,154). Sum of RGB (Red+Green+Blue) = 109+133+154=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D859A is #927A65. Grayscale: #808080. Windows color (decimal): -9599590 or 10126701. OLE color: 10126701.

HSL color Cylindrical-coordinate representation of color #6D859A: hue angle of 208º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D859A is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 133 154 -
CMYK 0.29 0.14 0 0.40
HSL 208º 0.18% 0.52% -
HSV(B) 208º 0.29% 0.6% -
XYZ 20.53 22.36 33.81 -
YUV 128.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 109 133 154 0.29 0.14 0 0.40 208 0.18 0.52
Hex 6D 85 9A 1D E 0 28 D0 12 34
Octal 155 205 232 35 16 0 50 320 22 64
Binary 1101101 10000101 10011010 11101 1110 0 101000 11010000 10010 110100

Color Harmonies of #6D859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D859A

Black with #6D859A

Text Example


Text Example

White with #6D859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,154); }

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

background-color css

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

 a { background-color: rgb(109,133,154); }

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

border-color css

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

 span { border-color: rgb(109,133,154); }

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