Html Css Color HEX #698699 Bermuda Grey

📋 copy color: '#698699'

red 105 ◦ green 134 ◦ blue 153

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

Shades of Bermuda Grey #698699

Tints of Bermuda Grey #698699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 26.79%
G = 34.18%
B = 39.03%

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

#698699 (or 0x698699) is known color: Bermuda Grey. HEX triplet: 69, 86 and 99. RGB value is (105,134,153). Sum of RGB (Red+Green+Blue) = 105+134+153=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #698699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698699 is #967966. Grayscale: #7F7F7F. Windows color (decimal): -9861479 or 10061417. OLE color: 10061417.

HSL color Cylindrical-coordinate representation of color #698699: hue angle of 203.75º 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 #698699 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 134 153 -
CMYK 0.31 0.12 0 0.4
HSL 203.75º 0.19% 0.51% -
HSV(B) 203.75º 0.31% 0.6% -
XYZ 20.1 22.35 33.39 -
YUV 127.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 105 134 153 0.31 0.12 0 0.4 203.75 0.19 0.51
Hex 69 86 99 1F C 0 28 CC 13 33
Octal 151 206 231 37 14 0 50 314 23 63
Binary 1101001 10000110 10011001 11111 1100 0 101000 11001100 10011 110011

Color Harmonies of #698699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698699

Black with #698699

Text Example


Text Example

White with #698699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698699; }

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

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

background-color css

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

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

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

border-color css

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

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

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