Html Css Color HEX #698AA1 Bermuda Grey

📋 copy color: '#698AA1'

red 105 ◦ green 138 ◦ blue 161

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

Shades of Bermuda Grey #698AA1

Tints of Bermuda Grey #698AA1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 161 (63.28% from 255) = 39.85%

R = 25.99%
G = 34.16%
B = 39.85%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#698AA1 (or 0x698AA1) is known color: Bermuda Grey. HEX triplet: 69, 8A and A1. RGB value is (105,138,161). Sum of RGB (Red+Green+Blue) = 105+138+161=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #698AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AA1 is #96755E. Grayscale: #828282. Windows color (decimal): -9860447 or 10586729. OLE color: 10586729.

HSL color Cylindrical-coordinate representation of color #698AA1: hue angle of 204.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #698AA1 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 105 138 161 -
CMYK 0.35 0.14 0 0.37
HSL 204.64º 0.23% 0.52% -
HSV(B) 204.64º 0.35% 0.63% -
XYZ 21.35 23.75 37.18 -
YUV 130.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 105 138 161 0.35 0.14 0 0.37 204.64 0.23 0.52
Hex 69 8A A1 23 E 0 25 CD 17 34
Octal 151 212 241 43 16 0 45 315 27 64
Binary 1101001 10001010 10100001 100011 1110 0 100101 11001101 10111 110100

Color Harmonies of #698AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AA1

Black with #698AA1

Text Example


Text Example

White with #698AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,138,161); }

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

background-color css

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

 a { background-color: rgb(105,138,161); }

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

border-color css

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

 span { border-color: rgb(105,138,161); }

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