Html Css Color HEX #6882BC Danube

📋 copy color: '#6882BC'

red 104 ◦ green 130 ◦ blue 188

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

Shades of Danube #6882BC

Tints of Danube #6882BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 24.64%
G = 30.81%
B = 44.55%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6882BC (or 0x6882BC) is known color: Danube. HEX triplet: 68, 82 and BC. RGB value is (104,130,188). Sum of RGB (Red+Green+Blue) = 104+130+188=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #6882BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882BC is #977D43. Grayscale: #808080. Windows color (decimal): -9928004 or 12354152. OLE color: 12354152.

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

Color convert

RGB 104 130 188 -
CMYK 0.45 0.31 0 0.26
HSL 221.43º 0.39% 0.57% -
HSV(B) 221.43º 0.45% 0.74% -
XYZ 22.77 22.54 50.73 -
YUV 128.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 104 130 188 0.45 0.31 0 0.26 221.43 0.39 0.57
Hex 68 82 BC 2D 1F 0 1A DD 27 39
Octal 150 202 274 55 37 0 32 335 47 71
Binary 1101000 10000010 10111100 101101 11111 0 11010 11011101 100111 111001

Color Harmonies of #6882BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882BC

Black with #6882BC

Text Example


Text Example

White with #6882BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6882BC; }

 p { color: rgb(104,130,188); }

 H1.HeaderClassName
 {
   color: #6882BC;
 }
 .AnyTagClassName
 {
   color: #6882BC;
 }
</style>

background-color css

<style>
 a { background-color: #6882BC; }

 a { background-color: rgb(104,130,188); }

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

border-color css

<style>
 span { border-color: #6882BC; }

 span { border-color: rgb(104,130,188); }

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