Html Css Color HEX #698FAA Bermuda Grey

📋 copy color: '#698FAA'

red 105 ◦ green 143 ◦ blue 170

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

Shades of Bermuda Grey #698FAA

Tints of Bermuda Grey #698FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 25.12%
G = 34.21%
B = 40.67%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#698FAA (or 0x698FAA) is known color: Bermuda Grey. HEX triplet: 69, 8F and AA. RGB value is (105,143,170). Sum of RGB (Red+Green+Blue) = 105+143+170=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #698FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698FAA is #967055. Grayscale: #868686. Windows color (decimal): -9859158 or 11177833. OLE color: 11177833.

HSL color Cylindrical-coordinate representation of color #698FAA: hue angle of 204.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698FAA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 143 170 -
CMYK 0.38 0.16 0 0.33
HSL 204.92º 0.28% 0.54% -
HSV(B) 204.92º 0.38% 0.67% -
XYZ 22.9 25.55 41.75 -
YUV 134.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 105 143 170 0.38 0.16 0 0.33 204.92 0.28 0.54
Hex 69 8F AA 26 10 0 21 CD 1C 36
Octal 151 217 252 46 20 0 41 315 34 66
Binary 1101001 10001111 10101010 100110 10000 0 100001 11001101 11100 110110

Color Harmonies of #698FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FAA

Black with #698FAA

Text Example


Text Example

White with #698FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698FAA; }

 p { color: rgb(105,143,170); }

 H1.HeaderClassName
 {
   color: #698FAA;
 }
 .AnyTagClassName
 {
   color: #698FAA;
 }
</style>

background-color css

<style>
 a { background-color: #698FAA; }

 a { background-color: rgb(105,143,170); }

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

border-color css

<style>
 span { border-color: #698FAA; }

 span { border-color: rgb(105,143,170); }

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