Html Css Color HEX #6F8EAD Bermuda Grey

📋 copy color: '#6F8EAD'

red 111 ◦ green 142 ◦ blue 173

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

Shades of Bermuda Grey #6F8EAD

Tints of Bermuda Grey #6F8EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 26.06%
G = 33.33%
B = 40.61%

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

#6F8EAD (or 0x6F8EAD) is known color: Bermuda Grey. HEX triplet: 6F, 8E and AD. RGB value is (111,142,173). Sum of RGB (Red+Green+Blue) = 111+142+173=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F8EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8EAD is #907152. Grayscale: #888888. Windows color (decimal): -9466195 or 11374191. OLE color: 11374191.

HSL color Cylindrical-coordinate representation of color #6F8EAD: hue angle of 210º degrees, saturation: 0.27, 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 #6F8EAD is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 142 173 -
CMYK 0.36 0.18 0 0.32
HSL 210º 0.27% 0.56% -
HSV(B) 210º 0.36% 0.68% -
XYZ 23.77 25.74 43.25 -
YUV 136.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 111 142 173 0.36 0.18 0 0.32 210 0.27 0.56
Hex 6F 8E AD 24 12 0 20 D2 1B 38
Octal 157 216 255 44 22 0 40 322 33 70
Binary 1101111 10001110 10101101 100100 10010 0 100000 11010010 11011 111000

Color Harmonies of #6F8EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8EAD

Black with #6F8EAD

Text Example


Text Example

White with #6F8EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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