#678CBB

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

Shades of Danube #678CBB

Tints of Danube #678CBB

Color information

#678CBB (or 0x678CBB) is unknown color: approx Danube. HEX triplet: 67, 8C and BB. RGB value is (103,140,187). Sum of RGB (Red+Green+Blue) = 103+140+187=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #678CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CBB is #987344. Grayscale: #868686. Windows color (decimal): -9990981 or 12291175. OLE color: 12291175.

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

Color convert

RGB103140187-
CMYK0.450.2500.27
HSL213.57º38.18%56.86%-
HSV(B)213.57º44.92%73.33%-
XYZ23.9425.2350.62-
YUV134.29157.74105.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.95%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=23.95%
G=32.56%
B=43.49%

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
Decimal1031401870.450.2500.27213.5738.1856.86
Hex678CBB2D1901Bd62639
Octal14721427355310333264671
Binary110011110001100101110111011011100101101111010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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