#678FBA

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

Shades of Danube #678FBA

Tints of Danube #678FBA

Color information

#678FBA (or 0x678FBA) is unknown color: approx Danube. HEX triplet: 67, 8F and BA. RGB value is (103,143,186). Sum of RGB (Red+Green+Blue) = 103+143+186=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #678FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FBA is #987045. Grayscale: #878787. Windows color (decimal): -9990214 or 12226407. OLE color: 12226407.

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

Color convert

RGB103143186-
CMYK0.450.2300.27
HSL211.08º37.56%56.67%-
HSV(B)211.08º44.62%72.94%-
XYZ24.2826.0750.21-
YUV135.94156.25104.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.84%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=23.84%
G=33.10%
B=43.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031431860.450.2300.27211.0837.5656.67
Hex678FBA2D1701Bd32639
Octal14721727255270333234671
Binary110011110001111101110101011011011101101111010011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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