#678BB3

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

Shades of Danube #678BB3

Tints of Danube #678BB3

Color information

#678BB3 (or 0x678BB3) is unknown color: approx Danube. HEX triplet: 67, 8B and B3. RGB value is (103,139,179). Sum of RGB (Red+Green+Blue) = 103+139+179=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #678BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BB3 is #98744C. Grayscale: #848484. Windows color (decimal): -9991245 or 11766631. OLE color: 11766631.

HSL color Cylindrical-coordinate representation of color #678BB3: hue angle of 211.58º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #678BB3 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB103139179-
CMYK0.420.2200.30
HSL211.58º33.33%55.29%-
HSV(B)211.58º42.46%70.2%-
XYZ22.9624.646.19-
YUV132.8154.07106.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.47%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=24.47%
G=33.02%
B=42.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1031391790.420.2200.30211.5833.3355.29
Hex678BB32A1601Ed42137
Octal14721326352260363244167
Binary110011110001011101100111010101011001111011010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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