#678EA2

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

Shades of Bermuda Grey #678EA2

Tints of Bermuda Grey #678EA2

Color information

#678EA2 (or 0x678EA2) is unknown color: approx Bermuda Grey. HEX triplet: 67, 8E and A2. RGB value is (103,142,162). Sum of RGB (Red+Green+Blue) = 103+142+162=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 162 - color contains mainly: blue. Hex color #678EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678EA2 is #98715D. Grayscale: #848484. Windows color (decimal): -9990494 or 10653287. OLE color: 10653287.

HSL color Cylindrical-coordinate representation of color #678EA2: hue angle of 200.34º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #678EA2 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB103142162-
CMYK0.360.1200.36
HSL200.34º24.08%51.96%-
HSV(B)200.34º36.42%63.53%-
XYZ21.7924.8437.83-
YUV132.62144.58106.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.31%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=25.31%
G=34.89%
B=39.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031421620.360.1200.36200.3424.0851.96
Hex678EA224C024c81834
Octal14721624244140443103064
Binary11001111000111010100010100100110001001001100100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678EA2; }

 p { color: rgb(103,142,162); }

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

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

 a { background-color: rgb(103,142,162); }

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

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

 span { border-color: rgb(103,142,162); }

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