Html Css Color HEX #698597 Bermuda Grey

📋 copy color: '#698597'

red 105 ◦ green 133 ◦ blue 151

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

Shades of Bermuda Grey #698597

Tints of Bermuda Grey #698597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 26.99%
G = 34.19%
B = 38.82%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#698597 (or 0x698597) is known color: Bermuda Grey. HEX triplet: 69, 85 and 97. RGB value is (105,133,151). Sum of RGB (Red+Green+Blue) = 105+133+151=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #698597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698597 is #967A68. Grayscale: #7E7E7E. Windows color (decimal): -9861737 or 9930089. OLE color: 9930089.

HSL color Cylindrical-coordinate representation of color #698597: hue angle of 203.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698597 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 133 151 -
CMYK 0.30 0.12 0 0.41
HSL 203.48º 0.18% 0.5% -
HSV(B) 203.48º 0.3% 0.59% -
XYZ 19.8 22.01 32.48 -
YUV 126.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 105 133 151 0.30 0.12 0 0.41 203.48 0.18 0.5
Hex 69 85 97 1E C 0 29 CB 12 32
Octal 151 205 227 36 14 0 51 313 22 62
Binary 1101001 10000101 10010111 11110 1100 0 101001 11001011 10010 110010

Color Harmonies of #698597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698597

Black with #698597

Text Example


Text Example

White with #698597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698597; }

 p { color: rgb(105,133,151); }

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

background-color css

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

 a { background-color: rgb(105,133,151); }

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

border-color css

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

 span { border-color: rgb(105,133,151); }

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