Html Css Color HEX #6993A9 Bermuda Grey

📋 copy color: '#6993A9'

red 105 ◦ green 147 ◦ blue 169

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

Shades of Bermuda Grey #6993A9

Tints of Bermuda Grey #6993A9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.92%

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

R = 24.94%
G = 34.92%
B = 40.14%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6993A9 (or 0x6993A9) is known color: Bermuda Grey. HEX triplet: 69, 93 and A9. RGB value is (105,147,169). Sum of RGB (Red+Green+Blue) = 105+147+169=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #6993A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6993A9 is #966C56. Grayscale: #888888. Windows color (decimal): -9858135 or 11113321. OLE color: 11113321.

HSL color Cylindrical-coordinate representation of color #6993A9: hue angle of 200.62º 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 #6993A9 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 147 169 -
CMYK 0.38 0.13 0 0.34
HSL 200.63º 0.27% 0.54% -
HSV(B) 200.63º 0.38% 0.66% -
XYZ 23.42 26.74 41.46 -
YUV 136.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 105 147 169 0.38 0.13 0 0.34 200.63 0.27 0.54
Hex 69 93 A9 26 D 0 22 C9 1B 36
Octal 151 223 251 46 15 0 42 311 33 66
Binary 1101001 10010011 10101001 100110 1101 0 100010 11001001 11011 110110

Color Harmonies of #6993A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993A9

Black with #6993A9

Text Example


Text Example

White with #6993A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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