#678ECA

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

Shades of Danube #678ECA

Tints of Danube #678ECA

Color information

#678ECA (or 0x678ECA) is unknown color: approx Danube. HEX triplet: 67, 8E and CA. RGB value is (103,142,202). Sum of RGB (Red+Green+Blue) = 103+142+202=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #678ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ECA is #987135. Grayscale: #888888. Windows color (decimal): -9990454 or 13274727. OLE color: 13274727.

HSL color Cylindrical-coordinate representation of color #678ECA: hue angle of 216.36º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #678ECA is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103142202-
CMYK0.490.3000.21
HSL216.36º48.29%59.8%-
HSV(B)216.36º49.01%79.22%-
XYZ25.9326.4959.62-
YUV137.18164.58103.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.04%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=23.04%
G=31.77%
B=45.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031422020.490.3000.21216.3648.2959.8
Hex678ECA311E015d8303c
Octal14721631261360253306074
Binary110011110001110110010101100011111001010111011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,142,202); }

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

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

 a { background-color: rgb(103,142,202); }

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

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

 span { border-color: rgb(103,142,202); }

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