#678EBA

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

Shades of Danube #678EBA

Tints of Danube #678EBA

Color information

#678EBA (or 0x678EBA) is unknown color: approx Danube. HEX triplet: 67, 8E and BA. RGB value is (103,142,186). Sum of RGB (Red+Green+Blue) = 103+142+186=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #678EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678EBA is #987145. Grayscale: #878787. Windows color (decimal): -9990470 or 12226151. OLE color: 12226151.

HSL color Cylindrical-coordinate representation of color #678EBA: hue angle of 211.81º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #678EBA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103142186-
CMYK0.450.2400.27
HSL211.81º37.56%56.67%-
HSV(B)211.81º44.62%72.94%-
XYZ24.1325.7750.16-
YUV135.35156.58104.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.90%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=23.90%
G=32.95%
B=43.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031421860.450.2400.27211.8137.5656.67
Hex678EBA2D1801Bd42639
Octal14721627255300333244671
Binary110011110001110101110101011011100001101111010100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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