#678DCB

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

Shades of Danube #678DCB

Tints of Danube #678DCB

Color information

#678DCB (or 0x678DCB) is unknown color: approx Danube. HEX triplet: 67, 8D and CB. RGB value is (103,141,203). Sum of RGB (Red+Green+Blue) = 103+141+203=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #678DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DCB is #987234. Grayscale: #888888. Windows color (decimal): -9990709 or 13340007. OLE color: 13340007.

HSL color Cylindrical-coordinate representation of color #678DCB: hue angle of 217.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #678DCB is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103141203-
CMYK0.490.3100.20
HSL217.2º49.02%60%-
HSV(B)217.2º49.26%79.61%-
XYZ25.926.2560.2-
YUV136.71165.41103.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.04%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=23.04%
G=31.54%
B=45.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031412030.490.3100.20217.249.0260
Hex678DCB311F014d9313c
Octal14721531361370243316174
Binary110011110001101110010111100011111101010011011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,141,203); }

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

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

 a { background-color: rgb(103,141,203); }

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

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

 span { border-color: rgb(103,141,203); }

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