Html Css Color HEX #698799 Bermuda Grey

📋 copy color: '#698799'

red 105 ◦ green 135 ◦ blue 153

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

Shades of Bermuda Grey #698799

Tints of Bermuda Grey #698799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 26.72%
G = 34.35%
B = 38.93%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#698799 (or 0x698799) is known color: Bermuda Grey. HEX triplet: 69, 87 and 99. RGB value is (105,135,153). Sum of RGB (Red+Green+Blue) = 105+135+153=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #698799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698799 is #967866. Grayscale: #7F7F7F. Windows color (decimal): -9861223 or 10061673. OLE color: 10061673.

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

Color convert

RGB 105 135 153 -
CMYK 0.31 0.12 0 0.4
HSL 202.5º 0.19% 0.51% -
HSV(B) 202.5º 0.31% 0.6% -
XYZ 20.24 22.63 33.44 -
YUV 128.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 105 135 153 0.31 0.12 0 0.4 202.5 0.19 0.51
Hex 69 87 99 1F C 0 28 CA 13 33
Octal 151 207 231 37 14 0 50 312 23 63
Binary 1101001 10000111 10011001 11111 1100 0 101000 11001010 10011 110011

Color Harmonies of #698799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698799

Black with #698799

Text Example


Text Example

White with #698799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698799; }

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

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

background-color css

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

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

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

border-color css

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

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

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