#678BBF

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

Shades of Danube #678BBF

Tints of Danube #678BBF

Color information

#678BBF (or 0x678BBF) is unknown color: approx Danube. HEX triplet: 67, 8B and BF. RGB value is (103,139,191). Sum of RGB (Red+Green+Blue) = 103+139+191=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #678BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BBF is #987440. Grayscale: #858585. Windows color (decimal): -9991233 or 12553063. OLE color: 12553063.

HSL color Cylindrical-coordinate representation of color #678BBF: hue angle of 215.45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #678BBF is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103139191-
CMYK0.460.2700.25
HSL215.45º40.74%57.65%-
HSV(B)215.45º46.07%74.9%-
XYZ24.2325.1152.86-
YUV134.16160.07105.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.79%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 191 (75% from 255) = 44.11%
R=23.79%
G=32.10%
B=44.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031391910.460.2700.25215.4540.7457.65
Hex678BBF2E1B019d7293a
Octal14721327756330313275172
Binary110011110001011101111111011101101101100111010111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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