#678CBC

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

Shades of Danube #678CBC

Tints of Danube #678CBC

Color information

#678CBC (or 0x678CBC) is unknown color: approx Danube. HEX triplet: 67, 8C and BC. RGB value is (103,140,188). Sum of RGB (Red+Green+Blue) = 103+140+188=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #678CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CBC is #987343. Grayscale: #868686. Windows color (decimal): -9990980 or 12356711. OLE color: 12356711.

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

Color convert

RGB103140188-
CMYK0.450.2600.26
HSL213.88º38.81%57.06%-
HSV(B)213.88º45.21%73.73%-
XYZ24.0525.2751.19-
YUV134.41158.24105.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.90%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=23.90%
G=32.48%
B=43.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031401880.450.2600.26213.8838.8157.06
Hex678CBC2D1A01Ad62739
Octal14721427455320323264771
Binary110011110001100101111001011011101001101011010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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