Html Css Color HEX #6884BA Danube

📋 copy color: '#6884BA'

red 104 ◦ green 132 ◦ blue 186

#6884BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6884BA

Tints of Danube #6884BA

RGB

 RED value IS 104 (41.02% from 255) = 24.64%

 GREEN value IS 132 (51.95% from 255) = 31.28%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 24.64%
G = 31.28%
B = 44.08%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6884BA (or 0x6884BA) is known color: Danube. HEX triplet: 68, 84 and BA. RGB value is (104,132,186). Sum of RGB (Red+Green+Blue) = 104+132+186=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #6884BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884BA is #977B45. Grayscale: #818181. Windows color (decimal): -9927494 or 12223592. OLE color: 12223592.

HSL color Cylindrical-coordinate representation of color #6884BA: hue angle of 219.51º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6884BA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 132 186 -
CMYK 0.44 0.29 0 0.27
HSL 219.51º 0.37% 0.57% -
HSV(B) 219.51º 0.44% 0.73% -
XYZ 22.82 22.99 49.69 -
YUV 129.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 104 132 186 0.44 0.29 0 0.27 219.51 0.37 0.57
Hex 68 84 BA 2C 1D 0 1B DC 25 39
Octal 150 204 272 54 35 0 33 334 45 71
Binary 1101000 10000100 10111010 101100 11101 0 11011 11011100 100101 111001

Color Harmonies of #6884BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884BA

Black with #6884BA

Text Example


Text Example

White with #6884BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6884BA; }

 p { color: rgb(104,132,186); }

 H1.HeaderClassName
 {
   color: #6884BA;
 }
 .AnyTagClassName
 {
   color: #6884BA;
 }
</style>

background-color css

<style>
 a { background-color: #6884BA; }

 a { background-color: rgb(104,132,186); }

 div.DivClassName
 {
   background-color: #6884BA;
 }
 .BgClassName
 {
   background-color: #6884BA;
 }
</style>

border-color css

<style>
 span { border-color: #6884BA; }

 span { border-color: rgb(104,132,186); }

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