#678ACD

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

Shades of Danube #678ACD

Tints of Danube #678ACD

Color information

#678ACD (or 0x678ACD) is unknown color: approx Danube. HEX triplet: 67, 8A and CD. RGB value is (103,138,205). Sum of RGB (Red+Green+Blue) = 103+138+205=446 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.09% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #678ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ACD is #987532. Grayscale: #868686. Windows color (decimal): -9991475 or 13470311. OLE color: 13470311.

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

Color convert

RGB103138205-
CMYK0.500.3300.20
HSL219.41º50.5%60.39%-
HSV(B)219.41º49.76%80.39%-
XYZ25.725.4761.32-
YUV135.17167.4105.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.09%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=23.09%
G=30.94%
B=45.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031382050.500.3300.20219.4150.560.39
Hex678ACD3221014db323c
Octal14721231562410243336274
Binary1100111100010101100110111001010000101010011011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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