#678CCA

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

Shades of Danube #678CCA

Tints of Danube #678CCA

Color information

#678CCA (or 0x678CCA) is unknown color: approx Danube. HEX triplet: 67, 8C and CA. RGB value is (103,140,202). Sum of RGB (Red+Green+Blue) = 103+140+202=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #678CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CCA is #987335. Grayscale: #878787. Windows color (decimal): -9990966 or 13274215. OLE color: 13274215.

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

Color convert

RGB103140202-
CMYK0.490.3100.21
HSL217.58º48.29%59.8%-
HSV(B)217.58º49.01%79.22%-
XYZ25.6325.959.53-
YUV136165.24104.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.15%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=23.15%
G=31.46%
B=45.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031402020.490.3100.21217.5848.2959.8
Hex678CCA311F015da303c
Octal14721431261370253326074
Binary110011110001100110010101100011111101010111011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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