Html Css Color HEX #698B9D Bermuda Grey

📋 copy color: '#698B9D'

red 105 ◦ green 139 ◦ blue 157

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

Shades of Bermuda Grey #698B9D

Tints of Bermuda Grey #698B9D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 26.18%
G = 34.66%
B = 39.15%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#698B9D (or 0x698B9D) is known color: Bermuda Grey. HEX triplet: 69, 8B and 9D. RGB value is (105,139,157). Sum of RGB (Red+Green+Blue) = 105+139+157=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #698B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B9D is #967462. Grayscale: #828282. Windows color (decimal): -9860195 or 10324841. OLE color: 10324841.

HSL color Cylindrical-coordinate representation of color #698B9D: hue angle of 200.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698B9D is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 139 157 -
CMYK 0.33 0.11 0 0.38
HSL 200.77º 0.21% 0.51% -
HSV(B) 200.77º 0.33% 0.62% -
XYZ 21.14 23.9 35.4 -
YUV 130.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 105 139 157 0.33 0.11 0 0.38 200.77 0.21 0.51
Hex 69 8B 9D 21 B 0 26 C9 15 33
Octal 151 213 235 41 13 0 46 311 25 63
Binary 1101001 10001011 10011101 100001 1011 0 100110 11001001 10101 110011

Color Harmonies of #698B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B9D

Black with #698B9D

Text Example


Text Example

White with #698B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,139,157); }

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

background-color css

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

 a { background-color: rgb(105,139,157); }

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

border-color css

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

 span { border-color: rgb(105,139,157); }

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