Html Css Color HEX #6F92A9 Bermuda Grey

📋 copy color: '#6F92A9'

red 111 ◦ green 146 ◦ blue 169

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

Shades of Bermuda Grey #6F92A9

Tints of Bermuda Grey #6F92A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.67%

R = 26.06%
G = 34.27%
B = 39.67%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6F92A9 (or 0x6F92A9) is known color: Bermuda Grey. HEX triplet: 6F, 92 and A9. RGB value is (111,146,169). Sum of RGB (Red+Green+Blue) = 111+146+169=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 169 - color contains mainly: blue. Hex color #6F92A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F92A9 is #906D56. Grayscale: #8A8A8A. Windows color (decimal): -9465175 or 11113071. OLE color: 11113071.

HSL color Cylindrical-coordinate representation of color #6F92A9: hue angle of 203.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F92A9 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 111 146 169 -
CMYK 0.34 0.14 0 0.34
HSL 203.79º 0.25% 0.55% -
HSV(B) 203.79º 0.34% 0.66% -
XYZ 24 26.8 41.44 -
YUV 138.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 111 146 169 0.34 0.14 0 0.34 203.79 0.25 0.55
Hex 6F 92 A9 22 E 0 22 CC 19 37
Octal 157 222 251 42 16 0 42 314 31 67
Binary 1101111 10010010 10101001 100010 1110 0 100010 11001100 11001 110111

Color Harmonies of #6F92A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F92A9

Black with #6F92A9

Text Example


Text Example

White with #6F92A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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