#6892BE

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

Shades of Danube #6892BE

Tints of Danube #6892BE

Color information

#6892BE (or 0x6892BE) is unknown color: approx Danube. HEX triplet: 68, 92 and BE. RGB value is (104,146,190). Sum of RGB (Red+Green+Blue) = 104+146+190=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #6892BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892BE is #976D41. Grayscale: #8A8A8A. Windows color (decimal): -9923906 or 12489320. OLE color: 12489320.

HSL color Cylindrical-coordinate representation of color #6892BE: hue angle of 210.7º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6892BE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104146190-
CMYK0.450.2300.25
HSL210.7º39.81%57.65%-
HSV(B)210.7º45.26%74.51%-
XYZ25.2827.2252.64-
YUV138.46157.09103.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=23.64%
G=33.18%
B=43.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041461900.450.2300.25210.739.8157.65
Hex6892BE2D17019d3283a
Octal15022227655270313235072
Binary110100010010010101111101011011011101100111010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6892BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6892BE; }

 p { color: rgb(104,146,190); }

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

<style>
 a { background-color: #6892BE; }

 a { background-color: rgb(104,146,190); }

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

<style>
 span { border-color: #6892BE; }

 span { border-color: rgb(104,146,190); }

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