Html Css Color HEX #6F8DAE Bermuda Grey

📋 copy color: '#6F8DAE'

red 111 ◦ green 141 ◦ blue 174

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

Shades of Bermuda Grey #6F8DAE

Tints of Bermuda Grey #6F8DAE

RGB

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

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

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

R = 26.06%
G = 33.1%
B = 40.85%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F8DAE (or 0x6F8DAE) is known color: Bermuda Grey. HEX triplet: 6F, 8D and AE. RGB value is (111,141,174). Sum of RGB (Red+Green+Blue) = 111+141+174=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F8DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8DAE is #907251. Grayscale: #878787. Windows color (decimal): -9466450 or 11439471. OLE color: 11439471.

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

Color convert

RGB 111 141 174 -
CMYK 0.36 0.19 0 0.32
HSL 211.43º 0.28% 0.56% -
HSV(B) 211.43º 0.36% 0.68% -
XYZ 23.72 25.49 43.71 -
YUV 135.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 111 141 174 0.36 0.19 0 0.32 211.43 0.28 0.56
Hex 6F 8D AE 24 13 0 20 D3 1C 38
Octal 157 215 256 44 23 0 40 323 34 70
Binary 1101111 10001101 10101110 100100 10011 0 100000 11010011 11100 111000

Color Harmonies of #6F8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8DAE

Black with #6F8DAE

Text Example


Text Example

White with #6F8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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