#678CBA

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

Shades of Danube #678CBA

Tints of Danube #678CBA

Color information

#678CBA (or 0x678CBA) is unknown color: approx Danube. HEX triplet: 67, 8C and BA. RGB value is (103,140,186). Sum of RGB (Red+Green+Blue) = 103+140+186=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #678CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CBA is #987345. Grayscale: #858585. Windows color (decimal): -9990982 or 12225639. OLE color: 12225639.

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

Color convert

RGB103140186-
CMYK0.450.2500.27
HSL213.25º37.56%56.67%-
HSV(B)213.25º44.62%72.94%-
XYZ23.8325.1850.06-
YUV134.18157.24105.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.01%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=24.01%
G=32.63%
B=43.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031401860.450.2500.27213.2537.5656.67
Hex678CBA2D1901Bd52639
Octal14721427255310333254671
Binary110011110001100101110101011011100101101111010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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