#6686BF

Color #6686BF Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6686BF

Tints of Danube #6686BF

Color information

#6686BF (or 0x6686BF) is unknown color: approx Danube. HEX triplet: 66, 86 and BF. RGB value is (102,134,191). Sum of RGB (Red+Green+Blue) = 102+134+191=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 134 (52.73% from 255 or 31.38% 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 #6686BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6686BF is #997940. Grayscale: #828282. Windows color (decimal): -10058049 or 12551782. OLE color: 12551782.

HSL color Cylindrical-coordinate representation of color #6686BF: hue angle of 218.43º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6686BF is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102134191-
CMYK0.470.3000.25
HSL218.43º41.01%57.45%-
HSV(B)218.43º46.6%74.9%-
XYZ23.4123.6452.62-
YUV130.93161.9107.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 191 (75% from 255) = 44.73%
R=23.89%
G=31.38%
B=44.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021341910.470.3000.25218.4341.0157.45
Hex6686BF2F1E019da2939
Octal14620627757360313325171
Binary110011010000110101111111011111111001100111011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6686BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,134,191); }

 H1.HeaderClassName
 {
   color: #6686BF;
 }
 .AnyTagClassName
 {
   color: #6686BF;
 }
</style>
background-color css

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

 a { background-color: rgb(102,134,191); }

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

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

 span { border-color: rgb(102,134,191); }

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