Html Css Color HEX #6682BE Danube

📋 copy color: '#6682BE'

red 102 ◦ green 130 ◦ blue 190

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

Shades of Danube #6682BE

Tints of Danube #6682BE

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 value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6682BE (or 0x6682BE) is known color: 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

RGB 102 130 190 -
CMYK 0.46 0.32 0 0.25
HSL 220.91º 0.4% 0.57% -
HSV(B) 220.91º 0.46% 0.75% -
XYZ 22.76 22.51 51.86 -
YUV 128.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 102 130 190 0.46 0.32 0 0.25 220.91 0.4 0.57
Hex 66 82 BE 2E 20 0 19 DD 28 39
Octal 146 202 276 56 40 0 31 335 50 71
Binary 1100110 10000010 10111110 101110 100000 0 11001 11011101 101000 111001

Color Harmonies of #6682BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6682BE

Black with #6682BE

Text Example


Text Example

White with #6682BE

Text Example


Text Example

HTML Codes & Css Web 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>