Html Css Color HEX #6F94AD Bermuda Grey

📋 copy color: '#6F94AD'

red 111 ◦ green 148 ◦ blue 173

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

Shades of Bermuda Grey #6F94AD

Tints of Bermuda Grey #6F94AD

RGB

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

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

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

R = 25.69%
G = 34.26%
B = 40.05%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F94AD (or 0x6F94AD) is known color: Bermuda Grey. HEX triplet: 6F, 94 and AD. RGB value is (111,148,173). Sum of RGB (Red+Green+Blue) = 111+148+173=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F94AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F94AD is #906B52. Grayscale: #8B8B8B. Windows color (decimal): -9464659 or 11375727. OLE color: 11375727.

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

Color convert

RGB 111 148 173 -
CMYK 0.36 0.14 0 0.32
HSL 204.19º 0.27% 0.56% -
HSV(B) 204.19º 0.36% 0.68% -
XYZ 24.69 27.58 43.56 -
YUV 139.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 111 148 173 0.36 0.14 0 0.32 204.19 0.27 0.56
Hex 6F 94 AD 24 E 0 20 CC 1B 38
Octal 157 224 255 44 16 0 40 314 33 70
Binary 1101111 10010100 10101101 100100 1110 0 100000 11001100 11011 111000

Color Harmonies of #6F94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F94AD

Black with #6F94AD

Text Example


Text Example

White with #6F94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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