Html Css Color HEX #6F94AE Bermuda Grey

📋 copy color: '#6F94AE'

red 111 ◦ green 148 ◦ blue 174

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

Shades of Bermuda Grey #6F94AE

Tints of Bermuda Grey #6F94AE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.18%

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

R = 25.64%
G = 34.18%
B = 40.18%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F94AE (or 0x6F94AE) is known color: Bermuda Grey. HEX triplet: 6F, 94 and AE. RGB value is (111,148,174). Sum of RGB (Red+Green+Blue) = 111+148+174=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F94AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F94AE is #906B51. Grayscale: #8B8B8B. Windows color (decimal): -9464658 or 11441263. OLE color: 11441263.

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

Color convert

RGB 111 148 174 -
CMYK 0.36 0.15 0 0.32
HSL 204.76º 0.28% 0.56% -
HSV(B) 204.76º 0.36% 0.68% -
XYZ 24.79 27.62 44.07 -
YUV 139.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 111 148 174 0.36 0.15 0 0.32 204.76 0.28 0.56
Hex 6F 94 AE 24 F 0 20 CD 1C 38
Octal 157 224 256 44 17 0 40 315 34 70
Binary 1101111 10010100 10101110 100100 1111 0 100000 11001101 11100 111000

Color Harmonies of #6F94AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F94AE

Black with #6F94AE

Text Example


Text Example

White with #6F94AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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