Html Css Color HEX #6884BD Danube

📋 copy color: '#6884BD'

red 104 ◦ green 132 ◦ blue 189

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

Shades of Danube #6884BD

Tints of Danube #6884BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 24.47%
G = 31.06%
B = 44.47%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6884BD (or 0x6884BD) is known color: Danube. HEX triplet: 68, 84 and BD. RGB value is (104,132,189). Sum of RGB (Red+Green+Blue) = 104+132+189=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #6884BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884BD is #977B42. Grayscale: #818181. Windows color (decimal): -9927491 or 12420200. OLE color: 12420200.

HSL color Cylindrical-coordinate representation of color #6884BD: hue angle of 220.24º 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 #6884BD is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 132 189 -
CMYK 0.45 0.30 0 0.26
HSL 220.24º 0.39% 0.57% -
HSV(B) 220.24º 0.45% 0.74% -
XYZ 23.15 23.12 51.39 -
YUV 130.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 104 132 189 0.45 0.30 0 0.26 220.24 0.39 0.57
Hex 68 84 BD 2D 1E 0 1A DC 27 39
Octal 150 204 275 55 36 0 32 334 47 71
Binary 1101000 10000100 10111101 101101 11110 0 11010 11011100 100111 111001

Color Harmonies of #6884BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884BD

Black with #6884BD

Text Example


Text Example

White with #6884BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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