#6891D1

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

Shades of Danube #6891D1

Tints of Danube #6891D1

Color information

#6891D1 (or 0x6891D1) is unknown color: approx Danube. HEX triplet: 68, 91 and D1. RGB value is (104,145,209). Sum of RGB (Red+Green+Blue) = 104+145+209=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #6891D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6891D1 is #976E2E. Grayscale: #8B8B8B. Windows color (decimal): -9924143 or 13734248. OLE color: 13734248.

HSL color Cylindrical-coordinate representation of color #6891D1: hue angle of 216.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6891D1 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104145209-
CMYK0.500.3100.18
HSL216.57º53.3%61.37%-
HSV(B)216.57º50.24%81.96%-
XYZ27.3427.864.25-
YUV140.04166.92102.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 209 (82.03% from 255) = 45.63%
R=22.71%
G=31.66%
B=45.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041452090.500.3100.18216.5753.361.37
Hex6891D1321F012d9353d
Octal15022132162370223316575
Binary110100010010001110100011100101111101001011011001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6891D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6891D1; }

 p { color: rgb(104,145,209); }

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

<style>
 a { background-color: #6891D1; }

 a { background-color: rgb(104,145,209); }

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

<style>
 span { border-color: #6891D1; }

 span { border-color: rgb(104,145,209); }

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