Html Css Color HEX #6F8DAD Bermuda Grey

📋 copy color: '#6F8DAD'

red 111 ◦ green 141 ◦ blue 173

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

Shades of Bermuda Grey #6F8DAD

Tints of Bermuda Grey #6F8DAD

RGB

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

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

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

R = 26.12%
G = 33.18%
B = 40.71%

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

#6F8DAD (or 0x6F8DAD) is known color: Bermuda Grey. HEX triplet: 6F, 8D and AD. RGB value is (111,141,173). Sum of RGB (Red+Green+Blue) = 111+141+173=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F8DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8DAD is #907252. Grayscale: #878787. Windows color (decimal): -9466451 or 11373935. OLE color: 11373935.

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

Color convert

RGB 111 141 173 -
CMYK 0.36 0.18 0 0.32
HSL 210.97º 0.27% 0.56% -
HSV(B) 210.97º 0.36% 0.68% -
XYZ 23.62 25.45 43.2 -
YUV 135.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 111 141 173 0.36 0.18 0 0.32 210.97 0.27 0.56
Hex 6F 8D AD 24 12 0 20 D3 1B 38
Octal 157 215 255 44 22 0 40 323 33 70
Binary 1101111 10001101 10101101 100100 10010 0 100000 11010011 11011 111000

Color Harmonies of #6F8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8DAD

Black with #6F8DAD

Text Example


Text Example

White with #6F8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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