Html Css Color HEX #688499 Bermuda Grey

📋 copy color: '#688499'

red 104 ◦ green 132 ◦ blue 153

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

Shades of Bermuda Grey #688499

Tints of Bermuda Grey #688499

RGB

 RED value IS 104 (41.02% from 255) = 26.74%

 GREEN value IS 132 (51.95% from 255) = 33.93%

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

R = 26.74%
G = 33.93%
B = 39.33%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#688499 (or 0x688499) is known color: Bermuda Grey. HEX triplet: 68, 84 and 99. RGB value is (104,132,153). Sum of RGB (Red+Green+Blue) = 104+132+153=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #688499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688499 is #977B66. Grayscale: #7D7D7D. Windows color (decimal): -9927527 or 10060904. OLE color: 10060904.

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

Color convert

RGB 104 132 153 -
CMYK 0.32 0.14 0 0.4
HSL 205.71º 0.19% 0.5% -
HSV(B) 205.71º 0.32% 0.6% -
XYZ 19.71 21.75 33.3 -
YUV 126.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 104 132 153 0.32 0.14 0 0.4 205.71 0.19 0.5
Hex 68 84 99 20 E 0 28 CE 13 32
Octal 150 204 231 40 16 0 50 316 23 62
Binary 1101000 10000100 10011001 100000 1110 0 101000 11001110 10011 110010

Color Harmonies of #688499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688499

Black with #688499

Text Example


Text Example

White with #688499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688499; }

 p { color: rgb(104,132,153); }

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

background-color css

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

 a { background-color: rgb(104,132,153); }

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

border-color css

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

 span { border-color: rgb(104,132,153); }

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