#6888BF

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

Shades of Danube #6888BF

Tints of Danube #6888BF

Color information

#6888BF (or 0x6888BF) is unknown color: approx Danube. HEX triplet: 68, 88 and BF. RGB value is (104,136,191). Sum of RGB (Red+Green+Blue) = 104+136+191=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #6888BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888BF is #977740. Grayscale: #848484. Windows color (decimal): -9926465 or 12552296. OLE color: 12552296.

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

Color convert

RGB104136191-
CMYK0.460.2900.25
HSL217.93º40.47%57.84%-
HSV(B)217.93º45.55%74.9%-
XYZ23.9224.3152.72-
YUV132.7160.9107.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 191 (75% from 255) = 44.32%
R=24.13%
G=31.55%
B=44.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041361910.460.2900.25217.9340.4757.84
Hex6888BF2E1D019da283a
Octal15021027756350313325072
Binary110100010001000101111111011101110101100111011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6888BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6888BF; }

 p { color: rgb(104,136,191); }

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

<style>
 a { background-color: #6888BF; }

 a { background-color: rgb(104,136,191); }

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

<style>
 span { border-color: #6888BF; }

 span { border-color: rgb(104,136,191); }

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