#6682BE

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

Shades of Danube #6682BE

Tints of Danube #6682BE

Color information

#6682BE (or 0x6682BE) is unknown color: approx Danube. HEX triplet: 66, 82 and BE. RGB value is (102,130,190). Sum of RGB (Red+Green+Blue) = 102+130+190=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #6682BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682BE is #997D41. Grayscale: #808080. Windows color (decimal): -10059074 or 12485222. OLE color: 12485222.

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

Color convert

RGB102130190-
CMYK0.460.3200.25
HSL220.91º40.37%57.25%-
HSV(B)220.91º46.32%74.51%-
XYZ22.7622.5151.86-
YUV128.47162.72109.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=24.17%
G=30.81%
B=45.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021301900.460.3200.25220.9140.3757.25
Hex6682BE2E20019dd2839
Octal14620227656400313355071
Binary1100110100000101011111010111010000001100111011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6682BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6682BE; }

 p { color: rgb(102,130,190); }

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

<style>
 a { background-color: #6682BE; }

 a { background-color: rgb(102,130,190); }

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

<style>
 span { border-color: #6682BE; }

 span { border-color: rgb(102,130,190); }

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