#688D9D

Color #688D9D Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #688D9D

Tints of Bermuda Grey #688D9D

Color information

#688D9D (or 0x688D9D) is unknown color: approx Bermuda Grey. HEX triplet: 68, 8D and 9D. RGB value is (104,141,157). Sum of RGB (Red+Green+Blue) = 104+141+157=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #688D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688D9D is #977262. Grayscale: #838383. Windows color (decimal): -9925219 or 10325352. OLE color: 10325352.

HSL color Cylindrical-coordinate representation of color #688D9D: hue angle of 198.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #688D9D is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104141157-
CMYK0.340.1000.38
HSL198.11º21.29%51.18%-
HSV(B)198.11º33.76%61.57%-
XYZ21.3224.4335.49-
YUV131.76142.24108.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=25.87%
G=35.07%
B=39.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041411570.340.1000.38198.1121.2951.18
Hex688D9D22A026c61533
Octal15021523542120463062563
Binary11010001000110110011101100010101001001101100011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688D9D; }

 p { color: rgb(104,141,157); }

 H1.HeaderClassName
 {
   color: #688D9D;
 }
 .AnyTagClassName
 {
   color: #688D9D;
 }
</style>
background-color css

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

 a { background-color: rgb(104,141,157); }

 div.DivClassName
 {
   background-color: #688D9D;
 }
 .BgClassName
 {
   background-color: #688D9D;
 }
</style>
border-color css

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

 span { border-color: rgb(104,141,157); }

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