Html Css Color HEX #6884BF Danube

📋 copy color: '#6884BF'

red 104 ◦ green 132 ◦ blue 191

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

Shades of Danube #6884BF

Tints of Danube #6884BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.73%

R = 24.36%
G = 30.91%
B = 44.73%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6884BF (or 0x6884BF) is known color: Danube. HEX triplet: 68, 84 and BF. RGB value is (104,132,191). Sum of RGB (Red+Green+Blue) = 104+132+191=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #6884BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884BF is #977B40. Grayscale: #828282. Windows color (decimal): -9927489 or 12551272. OLE color: 12551272.

HSL color Cylindrical-coordinate representation of color #6884BF: hue angle of 220.69º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6884BF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 132 191 -
CMYK 0.46 0.31 0 0.25
HSL 220.69º 0.4% 0.58% -
HSV(B) 220.69º 0.46% 0.75% -
XYZ 23.36 23.21 52.54 -
YUV 130.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 104 132 191 0.46 0.31 0 0.25 220.69 0.4 0.58
Hex 68 84 BF 2E 1F 0 19 DD 28 3A
Octal 150 204 277 56 37 0 31 335 50 72
Binary 1101000 10000100 10111111 101110 11111 0 11001 11011101 101000 111010

Color Harmonies of #6884BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884BF

Black with #6884BF

Text Example


Text Example

White with #6884BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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