#678BCA

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

Shades of Danube #678BCA

Tints of Danube #678BCA

Color information

#678BCA (or 0x678BCA) is unknown color: approx Danube. HEX triplet: 67, 8B and CA. RGB value is (103,139,202). Sum of RGB (Red+Green+Blue) = 103+139+202=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #678BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BCA is #987435. Grayscale: #878787. Windows color (decimal): -9991222 or 13273959. OLE color: 13273959.

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

Color convert

RGB103139202-
CMYK0.490.3100.21
HSL218.18º48.29%59.8%-
HSV(B)218.18º49.01%79.22%-
XYZ25.4925.6159.48-
YUV135.42165.57104.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.20%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=23.20%
G=31.31%
B=45.50%

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
Decimal1031392020.490.3100.21218.1848.2959.8
Hex678BCA311F015da303c
Octal14721331261370253326074
Binary110011110001011110010101100011111101010111011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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