Html Css Color HEX #6F92AD Bermuda Grey

📋 copy color: '#6F92AD'

red 111 ◦ green 146 ◦ blue 173

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

Shades of Bermuda Grey #6F92AD

Tints of Bermuda Grey #6F92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.95%

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

R = 25.81%
G = 33.95%
B = 40.23%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F92AD (or 0x6F92AD) is known color: Bermuda Grey. HEX triplet: 6F, 92 and AD. RGB value is (111,146,173). Sum of RGB (Red+Green+Blue) = 111+146+173=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F92AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F92AD is #906D52. Grayscale: #8A8A8A. Windows color (decimal): -9465171 or 11375215. OLE color: 11375215.

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

Color convert

RGB 111 146 173 -
CMYK 0.36 0.16 0 0.32
HSL 206.13º 0.27% 0.56% -
HSV(B) 206.13º 0.36% 0.68% -
XYZ 24.38 26.95 43.45 -
YUV 138.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 111 146 173 0.36 0.16 0 0.32 206.13 0.27 0.56
Hex 6F 92 AD 24 10 0 20 CE 1B 38
Octal 157 222 255 44 20 0 40 316 33 70
Binary 1101111 10010010 10101101 100100 10000 0 100000 11001110 11011 111000

Color Harmonies of #6F92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F92AD

Black with #6F92AD

Text Example


Text Example

White with #6F92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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