Html Css Color HEX #6994A9 Bermuda Grey

📋 copy color: '#6994A9'

red 105 ◦ green 148 ◦ blue 169

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

Shades of Bermuda Grey #6994A9

Tints of Bermuda Grey #6994A9

RGB

 RED value IS 105 (41.41% from 255) = 24.88%

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

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

R = 24.88%
G = 35.07%
B = 40.05%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6994A9 (or 0x6994A9) is known color: Bermuda Grey. HEX triplet: 69, 94 and A9. RGB value is (105,148,169). Sum of RGB (Red+Green+Blue) = 105+148+169=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #6994A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6994A9 is #966B56. Grayscale: #898989. Windows color (decimal): -9857879 or 11113577. OLE color: 11113577.

HSL color Cylindrical-coordinate representation of color #6994A9: hue angle of 199.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6994A9 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 148 169 -
CMYK 0.38 0.12 0 0.34
HSL 199.69º 0.27% 0.54% -
HSV(B) 199.69º 0.38% 0.66% -
XYZ 23.58 27.05 41.51 -
YUV 137.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 105 148 169 0.38 0.12 0 0.34 199.69 0.27 0.54
Hex 69 94 A9 26 C 0 22 C8 1B 36
Octal 151 224 251 46 14 0 42 310 33 66
Binary 1101001 10010100 10101001 100110 1100 0 100010 11001000 11011 110110

Color Harmonies of #6994A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6994A9

Black with #6994A9

Text Example


Text Example

White with #6994A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6994A9; }

 p { color: rgb(105,148,169); }

 H1.HeaderClassName
 {
   color: #6994A9;
 }
 .AnyTagClassName
 {
   color: #6994A9;
 }
</style>

background-color css

<style>
 a { background-color: #6994A9; }

 a { background-color: rgb(105,148,169); }

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

border-color css

<style>
 span { border-color: #6994A9; }

 span { border-color: rgb(105,148,169); }

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