Html Css Color HEX #6886BC Danube

📋 copy color: '#6886BC'

red 104 ◦ green 134 ◦ blue 188

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

Shades of Danube #6886BC

Tints of Danube #6886BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 24.41%
G = 31.46%
B = 44.13%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6886BC (or 0x6886BC) is known color: Danube. HEX triplet: 68, 86 and BC. RGB value is (104,134,188). Sum of RGB (Red+Green+Blue) = 104+134+188=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #6886BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6886BC is #977943. Grayscale: #828282. Windows color (decimal): -9926980 or 12355176. OLE color: 12355176.

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

Color convert

RGB 104 134 188 -
CMYK 0.45 0.29 0 0.26
HSL 218.57º 0.39% 0.57% -
HSV(B) 218.57º 0.45% 0.74% -
XYZ 23.31 23.62 50.91 -
YUV 131.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 104 134 188 0.45 0.29 0 0.26 218.57 0.39 0.57
Hex 68 86 BC 2D 1D 0 1A DB 27 39
Octal 150 206 274 55 35 0 32 333 47 71
Binary 1101000 10000110 10111100 101101 11101 0 11010 11011011 100111 111001

Color Harmonies of #6886BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6886BC

Black with #6886BC

Text Example


Text Example

White with #6886BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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