#678FCA

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

Shades of Danube #678FCA

Tints of Danube #678FCA

Color information

#678FCA (or 0x678FCA) is unknown color: approx Danube. HEX triplet: 67, 8F and CA. RGB value is (103,143,202). Sum of RGB (Red+Green+Blue) = 103+143+202=448 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.99% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #678FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FCA is #987035. Grayscale: #898989. Windows color (decimal): -9990198 or 13274983. OLE color: 13274983.

HSL color Cylindrical-coordinate representation of color #678FCA: hue angle of 215.76º 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 #678FCA is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103143202-
CMYK0.490.2900.21
HSL215.76º48.29%59.8%-
HSV(B)215.76º49.01%79.22%-
XYZ26.0826.7959.67-
YUV137.77164.25103.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.99%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=22.99%
G=31.92%
B=45.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031432020.490.2900.21215.7648.2959.8
Hex678FCA311D015d8303c
Octal14721731261350253306074
Binary110011110001111110010101100011110101010111011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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