Html Css Color HEX #6D8FAB Bermuda Grey

📋 copy color: '#6D8FAB'

red 109 ◦ green 143 ◦ blue 171

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

Shades of Bermuda Grey #6D8FAB

Tints of Bermuda Grey #6D8FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 25.77%
G = 33.81%
B = 40.43%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D8FAB (or 0x6D8FAB) is known color: Bermuda Grey. HEX triplet: 6D, 8F and AB. RGB value is (109,143,171). Sum of RGB (Red+Green+Blue) = 109+143+171=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D8FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8FAB is #927054. Grayscale: #878787. Windows color (decimal): -9597013 or 11243373. OLE color: 11243373.

HSL color Cylindrical-coordinate representation of color #6D8FAB: hue angle of 207.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D8FAB is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 143 171 -
CMYK 0.36 0.16 0 0.33
HSL 207.1º 0.27% 0.55% -
HSV(B) 207.1º 0.36% 0.67% -
XYZ 23.48 25.84 42.28 -
YUV 136.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 109 143 171 0.36 0.16 0 0.33 207.1 0.27 0.55
Hex 6D 8F AB 24 10 0 21 CF 1B 37
Octal 155 217 253 44 20 0 41 317 33 67
Binary 1101101 10001111 10101011 100100 10000 0 100001 11001111 11011 110111

Color Harmonies of #6D8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8FAB

Black with #6D8FAB

Text Example


Text Example

White with #6D8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,143,171); }

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

background-color css

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

 a { background-color: rgb(109,143,171); }

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

border-color css

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

 span { border-color: rgb(109,143,171); }

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