#678BBA

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

Shades of Danube #678BBA

Tints of Danube #678BBA

Color information

#678BBA (or 0x678BBA) is unknown color: approx Danube. HEX triplet: 67, 8B and BA. RGB value is (103,139,186). Sum of RGB (Red+Green+Blue) = 103+139+186=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #678BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BBA is #987445. Grayscale: #858585. Windows color (decimal): -9991238 or 12225383. OLE color: 12225383.

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

Color convert

RGB103139186-
CMYK0.450.2500.27
HSL213.98º37.56%56.67%-
HSV(B)213.98º44.62%72.94%-
XYZ23.6924.8950.01-
YUV133.59157.57106.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.07%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=24.07%
G=32.48%
B=43.46%

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
Decimal1031391860.450.2500.27213.9837.5656.67
Hex678BBA2D1901Bd62639
Octal14721327255310333264671
Binary110011110001011101110101011011100101101111010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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