#6883BD

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

Shades of Danube #6883BD

Tints of Danube #6883BD

Color information

#6883BD (or 0x6883BD) is unknown color: approx Danube. HEX triplet: 68, 83 and BD. RGB value is (104,131,189). Sum of RGB (Red+Green+Blue) = 104+131+189=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #6883BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883BD is #977C42. Grayscale: #818181. Windows color (decimal): -9927747 or 12419944. OLE color: 12419944.

HSL color Cylindrical-coordinate representation of color #6883BD: hue angle of 220.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6883BD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104131189-
CMYK0.450.3100.26
HSL220.94º39.17%57.45%-
HSV(B)220.94º44.97%74.12%-
XYZ23.0122.8551.34-
YUV129.54161.55109.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.53%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=24.53%
G=30.90%
B=44.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041311890.450.3100.26220.9439.1757.45
Hex6883BD2D1F01Add2739
Octal15020327555370323354771
Binary110100010000011101111011011011111101101011011101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6883BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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