Html Css Color HEX #6F8DAB Bermuda Grey

📋 copy color: '#6F8DAB'

red 111 ◦ green 141 ◦ blue 171

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

Shades of Bermuda Grey #6F8DAB

Tints of Bermuda Grey #6F8DAB

RGB

 RED value IS 111 (43.75% from 255) = 26.24%

 GREEN value IS 141 (55.47% from 255) = 33.33%

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

R = 26.24%
G = 33.33%
B = 40.43%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F8DAB (or 0x6F8DAB) is known color: Bermuda Grey. HEX triplet: 6F, 8D and AB. RGB value is (111,141,171). Sum of RGB (Red+Green+Blue) = 111+141+171=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 141 (55.47% from 255 or 33.33% 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 #6F8DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8DAB is #907254. Grayscale: #878787. Windows color (decimal): -9466453 or 11242863. OLE color: 11242863.

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

Color convert

RGB 111 141 171 -
CMYK 0.35 0.18 0 0.33
HSL 210º 0.26% 0.55% -
HSV(B) 210º 0.35% 0.67% -
XYZ 23.43 25.37 42.19 -
YUV 135.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 111 141 171 0.35 0.18 0 0.33 210 0.26 0.55
Hex 6F 8D AB 23 12 0 21 D2 1A 37
Octal 157 215 253 43 22 0 41 322 32 67
Binary 1101111 10001101 10101011 100011 10010 0 100001 11010010 11010 110111

Color Harmonies of #6F8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8DAB

Black with #6F8DAB

Text Example


Text Example

White with #6F8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,141,171); }

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

background-color css

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

 a { background-color: rgb(111,141,171); }

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

border-color css

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

 span { border-color: rgb(111,141,171); }

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