Html Css Color HEX #6882BB Danube

📋 copy color: '#6882BB'

red 104 ◦ green 130 ◦ blue 187

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

Shades of Danube #6882BB

Tints of Danube #6882BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 24.7%
G = 30.88%
B = 44.42%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6882BB (or 0x6882BB) is known color: Danube. HEX triplet: 68, 82 and BB. RGB value is (104,130,187). Sum of RGB (Red+Green+Blue) = 104+130+187=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #6882BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882BB is #977D44. Grayscale: #808080. Windows color (decimal): -9928005 or 12288616. OLE color: 12288616.

HSL color Cylindrical-coordinate representation of color #6882BB: hue angle of 221.2º degrees, saturation: 0.38, 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 #6882BB is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 130 187 -
CMYK 0.44 0.30 0 0.27
HSL 221.2º 0.38% 0.57% -
HSV(B) 221.2º 0.44% 0.73% -
XYZ 22.66 22.5 50.16 -
YUV 128.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 104 130 187 0.44 0.30 0 0.27 221.2 0.38 0.57
Hex 68 82 BB 2C 1E 0 1B DD 26 39
Octal 150 202 273 54 36 0 33 335 46 71
Binary 1101000 10000010 10111011 101100 11110 0 11011 11011101 100110 111001

Color Harmonies of #6882BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882BB

Black with #6882BB

Text Example


Text Example

White with #6882BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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