#678DCD

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

Shades of Danube #678DCD

Tints of Danube #678DCD

Color information

#678DCD (or 0x678DCD) is unknown color: approx Danube. HEX triplet: 67, 8D and CD. RGB value is (103,141,205). Sum of RGB (Red+Green+Blue) = 103+141+205=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #678DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DCD is #987232. Grayscale: #888888. Windows color (decimal): -9990707 or 13471079. OLE color: 13471079.

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

Color convert

RGB103141205-
CMYK0.500.3100.20
HSL217.65º50.5%60.39%-
HSV(B)217.65º49.76%80.39%-
XYZ26.1426.3461.46-
YUV136.93166.41103.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.94%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=22.94%
G=31.40%
B=45.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031412050.500.3100.20217.6550.560.39
Hex678DCD321F014da323c
Octal14721531562370243326274
Binary110011110001101110011011100101111101010011011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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