Html Css Color HEX #6D8A9D Bermuda Grey

📋 copy color: '#6D8A9D'

red 109 ◦ green 138 ◦ blue 157

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

Shades of Bermuda Grey #6D8A9D

Tints of Bermuda Grey #6D8A9D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 26.98%
G = 34.16%
B = 38.86%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D8A9D (or 0x6D8A9D) is known color: Bermuda Grey. HEX triplet: 6D, 8A and 9D. RGB value is (109,138,157). Sum of RGB (Red+Green+Blue) = 109+138+157=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D8A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8A9D is #927562. Grayscale: #838383. Windows color (decimal): -9598307 or 10324589. OLE color: 10324589.

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

Color convert

RGB 109 138 157 -
CMYK 0.31 0.12 0 0.38
HSL 203.75º 0.2% 0.52% -
HSV(B) 203.75º 0.31% 0.62% -
XYZ 21.48 23.86 35.37 -
YUV 131.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 109 138 157 0.31 0.12 0 0.38 203.75 0.2 0.52
Hex 6D 8A 9D 1F C 0 26 CC 14 34
Octal 155 212 235 37 14 0 46 314 24 64
Binary 1101101 10001010 10011101 11111 1100 0 100110 11001100 10100 110100

Color Harmonies of #6D8A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8A9D

Black with #6D8A9D

Text Example


Text Example

White with #6D8A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,138,157); }

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

background-color css

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

 a { background-color: rgb(109,138,157); }

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

border-color css

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

 span { border-color: rgb(109,138,157); }

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