Html Css Color HEX #698798 Bermuda Grey

📋 copy color: '#698798'

red 105 ◦ green 135 ◦ blue 152

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

Shades of Bermuda Grey #698798

Tints of Bermuda Grey #698798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.44%

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 26.79%
G = 34.44%
B = 38.78%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#698798 (or 0x698798) is known color: Bermuda Grey. HEX triplet: 69, 87 and 98. RGB value is (105,135,152). Sum of RGB (Red+Green+Blue) = 105+135+152=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #698798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698798 is #967867. Grayscale: #7F7F7F. Windows color (decimal): -9861224 or 9996137. OLE color: 9996137.

HSL color Cylindrical-coordinate representation of color #698798: hue angle of 201.7º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698798 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 135 152 -
CMYK 0.31 0.11 0 0.40
HSL 201.7º 0.19% 0.5% -
HSV(B) 201.7º 0.31% 0.6% -
XYZ 20.16 22.6 33.01 -
YUV 127.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 105 135 152 0.31 0.11 0 0.40 201.7 0.19 0.5
Hex 69 87 98 1F B 0 28 CA 13 32
Octal 151 207 230 37 13 0 50 312 23 62
Binary 1101001 10000111 10011000 11111 1011 0 101000 11001010 10011 110010

Color Harmonies of #698798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698798

Black with #698798

Text Example


Text Example

White with #698798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698798; }

 p { color: rgb(105,135,152); }

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

background-color css

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

 a { background-color: rgb(105,135,152); }

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

border-color css

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

 span { border-color: rgb(105,135,152); }

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