#6891CF

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

Shades of Danube #6891CF

Tints of Danube #6891CF

Color information

#6891CF (or 0x6891CF) is unknown color: approx Danube. HEX triplet: 68, 91 and CF. RGB value is (104,145,207). Sum of RGB (Red+Green+Blue) = 104+145+207=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #6891CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6891CF is #976E30. Grayscale: #8B8B8B. Windows color (decimal): -9924145 or 13603176. OLE color: 13603176.

HSL color Cylindrical-coordinate representation of color #6891CF: hue angle of 216.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6891CF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104145207-
CMYK0.500.3000.19
HSL216.12º51.76%60.98%-
HSV(B)216.12º49.76%81.18%-
XYZ27.127.762.95-
YUV139.81165.92102.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.81%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=22.81%
G=31.80%
B=45.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041452070.500.3000.19216.1251.7660.98
Hex6891CF321E013d8343d
Octal15022131762360233306475
Binary110100010010001110011111100101111001001111011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6891CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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