#678FBC

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

Shades of Danube #678FBC

Tints of Danube #678FBC

Color information

#678FBC (or 0x678FBC) is unknown color: approx Danube. HEX triplet: 67, 8F and BC. RGB value is (103,143,188). Sum of RGB (Red+Green+Blue) = 103+143+188=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #678FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FBC is #987043. Grayscale: #878787. Windows color (decimal): -9990212 or 12357479. OLE color: 12357479.

HSL color Cylindrical-coordinate representation of color #678FBC: hue angle of 211.76º 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 #678FBC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103143188-
CMYK0.450.2400.26
HSL211.76º38.81%57.06%-
HSV(B)211.76º45.21%73.73%-
XYZ24.4926.1651.34-
YUV136.17157.25104.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.73%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=23.73%
G=32.95%
B=43.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031431880.450.2400.26211.7638.8157.06
Hex678FBC2D1801Ad42739
Octal14721727455300323244771
Binary110011110001111101111001011011100001101011010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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