#6883BE

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

Shades of Danube #6883BE

Tints of Danube #6883BE

Color information

#6883BE (or 0x6883BE) is unknown color: approx Danube. HEX triplet: 68, 83 and BE. RGB value is (104,131,190). Sum of RGB (Red+Green+Blue) = 104+131+190=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #6883BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883BE is #977C41. Grayscale: #818181. Windows color (decimal): -9927746 or 12485480. OLE color: 12485480.

HSL color Cylindrical-coordinate representation of color #6883BE: hue angle of 221.16º 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 #6883BE is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104131190-
CMYK0.450.3100.25
HSL221.16º39.81%57.65%-
HSV(B)221.16º45.26%74.51%-
XYZ23.1222.8951.92-
YUV129.65162.05109.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=24.47%
G=30.82%
B=44.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041311900.450.3100.25221.1639.8157.65
Hex6883BE2D1F019dd283a
Octal15020327655370313355072
Binary110100010000011101111101011011111101100111011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6883BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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