Html Css Color HEX #6F8EAE Bermuda Grey

📋 copy color: '#6F8EAE'

red 111 ◦ green 142 ◦ blue 174

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

Shades of Bermuda Grey #6F8EAE

Tints of Bermuda Grey #6F8EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.26%

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 26%
G = 33.26%
B = 40.75%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F8EAE (or 0x6F8EAE) is known color: Bermuda Grey. HEX triplet: 6F, 8E and AE. RGB value is (111,142,174). Sum of RGB (Red+Green+Blue) = 111+142+174=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F8EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8EAE is #907151. Grayscale: #888888. Windows color (decimal): -9466194 or 11439727. OLE color: 11439727.

HSL color Cylindrical-coordinate representation of color #6F8EAE: hue angle of 210.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F8EAE is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 142 174 -
CMYK 0.36 0.18 0 0.32
HSL 210.48º 0.28% 0.56% -
HSV(B) 210.48º 0.36% 0.68% -
XYZ 23.87 25.78 43.76 -
YUV 136.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 111 142 174 0.36 0.18 0 0.32 210.48 0.28 0.56
Hex 6F 8E AE 24 12 0 20 D2 1C 38
Octal 157 216 256 44 22 0 40 322 34 70
Binary 1101111 10001110 10101110 100100 10010 0 100000 11010010 11100 111000

Color Harmonies of #6F8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8EAE

Black with #6F8EAE

Text Example


Text Example

White with #6F8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,142,174); }

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

background-color css

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

 a { background-color: rgb(111,142,174); }

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

border-color css

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

 span { border-color: rgb(111,142,174); }

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