Html Css Color HEX #698698 Bermuda Grey

📋 copy color: '#698698'

red 105 ◦ green 134 ◦ blue 152

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

Shades of Bermuda Grey #698698

Tints of Bermuda Grey #698698

RGB

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

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

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

R = 26.85%
G = 34.27%
B = 38.87%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#698698 (or 0x698698) is known color: Bermuda Grey. HEX triplet: 69, 86 and 98. RGB value is (105,134,152). Sum of RGB (Red+Green+Blue) = 105+134+152=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #698698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698698 is #967967. Grayscale: #7F7F7F. Windows color (decimal): -9861480 or 9995881. OLE color: 9995881.

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

Color convert

RGB 105 134 152 -
CMYK 0.31 0.12 0 0.40
HSL 202.98º 0.19% 0.5% -
HSV(B) 202.98º 0.31% 0.6% -
XYZ 20.02 22.32 32.96 -
YUV 127.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 105 134 152 0.31 0.12 0 0.40 202.98 0.19 0.5
Hex 69 86 98 1F C 0 28 CB 13 32
Octal 151 206 230 37 14 0 50 313 23 62
Binary 1101001 10000110 10011000 11111 1100 0 101000 11001011 10011 110010

Color Harmonies of #698698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698698

Black with #698698

Text Example


Text Example

White with #698698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698698; }

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

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

background-color css

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

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

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

border-color css

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

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

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