#678DCC

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

Shades of Danube #678DCC

Tints of Danube #678DCC

Color information

#678DCC (or 0x678DCC) is unknown color: approx Danube. HEX triplet: 67, 8D and CC. RGB value is (103,141,204). Sum of RGB (Red+Green+Blue) = 103+141+204=448 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.99% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #678DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DCC is #987233. Grayscale: #888888. Windows color (decimal): -9990708 or 13405543. OLE color: 13405543.

HSL color Cylindrical-coordinate representation of color #678DCC: hue angle of 217.43º 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 #678DCC is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB103141204-
CMYK0.500.3100.2
HSL217.43º49.75%60.2%-
HSV(B)217.43º49.51%80%-
XYZ26.0226.2960.83-
YUV136.82165.91103.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.99%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=22.99%
G=31.47%
B=45.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1031412040.500.3100.2217.4349.7560.2
Hex678DCC321F014d9323c
Octal14721531462370243316274
Binary110011110001101110011001100101111101010011011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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