#678BBD

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

Shades of Danube #678BBD

Tints of Danube #678BBD

Color information

#678BBD (or 0x678BBD) is unknown color: approx Danube. HEX triplet: 67, 8B and BD. RGB value is (103,139,189). Sum of RGB (Red+Green+Blue) = 103+139+189=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #678BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BBD is #987442. Grayscale: #858585. Windows color (decimal): -9991235 or 12421991. OLE color: 12421991.

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

Color convert

RGB103139189-
CMYK0.460.2600.26
HSL214.88º39.45%57.25%-
HSV(B)214.88º45.5%74.12%-
XYZ24.0125.0251.71-
YUV133.94159.07105.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.90%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=23.90%
G=32.25%
B=43.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031391890.460.2600.26214.8839.4557.25
Hex678BBD2E1A01Ad72739
Octal14721327556320323274771
Binary110011110001011101111011011101101001101011010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,139,189); }

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

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

 a { background-color: rgb(103,139,189); }

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

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

 span { border-color: rgb(103,139,189); }

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