Html Css Color HEX #6884BE Danube

📋 copy color: '#6884BE'

red 104 ◦ green 132 ◦ blue 190

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

Shades of Danube #6884BE

Tints of Danube #6884BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 24.41%
G = 30.99%
B = 44.6%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6884BE (or 0x6884BE) is known color: Danube. HEX triplet: 68, 84 and BE. RGB value is (104,132,190). Sum of RGB (Red+Green+Blue) = 104+132+190=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #6884BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884BE is #977B41. Grayscale: #818181. Windows color (decimal): -9927490 or 12485736. OLE color: 12485736.

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

Color convert

RGB 104 132 190 -
CMYK 0.45 0.31 0 0.25
HSL 220.47º 0.4% 0.58% -
HSV(B) 220.47º 0.45% 0.75% -
XYZ 23.25 23.16 51.96 -
YUV 130.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 104 132 190 0.45 0.31 0 0.25 220.47 0.4 0.58
Hex 68 84 BE 2D 1F 0 19 DC 28 3A
Octal 150 204 276 55 37 0 31 334 50 72
Binary 1101000 10000100 10111110 101101 11111 0 11001 11011100 101000 111010

Color Harmonies of #6884BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884BE

Black with #6884BE

Text Example


Text Example

White with #6884BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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