#678DBC

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

Shades of Danube #678DBC

Tints of Danube #678DBC

Color information

#678DBC (or 0x678DBC) is unknown color: approx Danube. HEX triplet: 67, 8D and BC. RGB value is (103,141,188). Sum of RGB (Red+Green+Blue) = 103+141+188=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #678DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DBC is #987243. Grayscale: #868686. Windows color (decimal): -9990724 or 12356967. OLE color: 12356967.

HSL color Cylindrical-coordinate representation of color #678DBC: hue angle of 213.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #678DBC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103141188-
CMYK0.450.2500.26
HSL213.18º38.81%57.06%-
HSV(B)213.18º45.21%73.73%-
XYZ24.225.5651.24-
YUV135157.91105.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.84%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=23.84%
G=32.64%
B=43.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031411880.450.2500.26213.1838.8157.06
Hex678DBC2D1901Ad52739
Octal14721527455310323254771
Binary110011110001101101111001011011100101101011010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,141,188); }

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

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

 a { background-color: rgb(103,141,188); }

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

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

 span { border-color: rgb(103,141,188); }

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