#688FA4

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

Shades of Bermuda Grey #688FA4

Tints of Bermuda Grey #688FA4

Color information

#688FA4 (or 0x688FA4) is unknown color: approx Bermuda Grey. HEX triplet: 68, 8F and A4. RGB value is (104,143,164). Sum of RGB (Red+Green+Blue) = 104+143+164=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #688FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688FA4 is #97705B. Grayscale: #858585. Windows color (decimal): -9924700 or 10784616. OLE color: 10784616.

HSL color Cylindrical-coordinate representation of color #688FA4: hue angle of 201º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #688FA4 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104143164-
CMYK0.370.1300.36
HSL201º24.79%52.55%-
HSV(B)201º36.59%64.31%-
XYZ22.2325.2738.83-
YUV133.73145.08106.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=25.30%
G=34.79%
B=39.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041431640.370.1300.3620124.7952.55
Hex688FA425D024c91935
Octal15021724445150443113165
Binary11010001000111110100100100101110101001001100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,143,164); }

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

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

 a { background-color: rgb(104,143,164); }

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

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

 span { border-color: rgb(104,143,164); }

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